Expand description
Structs§
- Commitment
- Transparent structure representing a Pedersen commitment’s contents.
- Decoys
- Decoy data, as used for producing Monero’s ring signatures.
- Unreduced
Scalar - An unreduced scalar.
Functions§
- G_
PRECOMP std
- A cached (if std) pre-computation of the Ed25519 generator, G.
- INV_
EIGHT std
- The inverse of 8 over l, the prime factor of the order of Ed25519.
- keccak256
- The Keccak-256 hash function.
- keccak256_
to_ scalar - Hash the provided data to a scalar via keccak256(data) % l.