Crate monero_bulletproofs_generators

Crate monero_bulletproofs_generators 

Source
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): Enables std (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.