Function zebra_chain::orchard::sinsemilla::extract_p

source ·
pub fn extract_p(point: Point) -> Base
Expand description

Coordinate Extractor for Pallas

ExtractP: P → P𝑥 such that ExtractP(𝑃) = 𝑥(𝑃) mod 𝑞P.

ExtractP returns the type P𝑥 which is precise for its range, unlike ExtractJ(𝑟) which returns a bit sequence.