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.