pub fn h_ristretto() -> RistrettoPointAvailable on crate feature
twisted_ed25519 only.Expand description
Decompressed form of H_RISTRETTO_COMPRESSED.
ยงPanics
Never in practice: H_RISTRETTO_COMPRESSED is a hard-coded canonical Ristretto255
encoding. The expect is a build-time invariant; the tests::h_matches_compressed_constant
test pins it.