[][src]Module bulletproofs::generators

The generators module contains API for producing a set of generators for a rangeproof.

Structs

AggregatedGensIter
BulletproofGens

The BulletproofGens struct contains all the generators needed for aggregating up to m range proofs of up to n bits each.

BulletproofGensShare

Represents a view of the generators used by a specific party in an aggregated proof.

GeneratorsChain

The GeneratorsChain creates an arbitrary-long sequence of orthogonal generators. The sequence can be deterministically produced starting with an arbitrary point.

PedersenGens

Represents a pair of base points for Pedersen commitments.