Skip to main content

h_ristretto

Function h_ristretto 

Source
pub fn h_ristretto() -> RistrettoPoint
Available 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.