Expand description
§Monero Bulletproofs(+) Generators
Generators used by Monero to instantiate Bulletproofs(+). This is an internal crate not covered by semver or any guarantees, with no public API.
This library is usable under no-std when the std feature (on by default) is
disabled.
§Cargo Features
std(on by default): Enablesstd(and with it, more efficient internal implementations).
Structs§
- Generators 👻
- Container struct for Bulletproofs(+) generators.
Constants§
- COMMITMENT_
BITS 👻 - The amount of bits a value within a commitment may use.
- MAX_
BULLETPROOF_ 👻COMMITMENTS - The maximum amount of commitments provable for within a single Bulletproof(+).
Functions§
- bulletproofs_
generators 👻 - Generate generators as needed for Bulletproofs(+), as Monero does.