Function zcash_primitives::transaction::components::sapling::read_point[][src]

pub fn read_point<R: Read>(reader: R, field: &str) -> Result<ExtendedPoint>
Expand description

Consensus rules (§4.4) & (§4.5):

  • Canonical encoding is enforced here.
  • “Not small order” is enforced in SaplingVerificationContext::(check_spend()/check_output()) (located in zcash_proofs::sapling::verifier).