Crate tari_bulletproofs

Source

Re-exports§

pub use crate::range_proof::RangeProof;

Modules§

r1cs
range_proof
range_proof_mpc

Structs§

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.
PedersenGens
Represents a pair of base points for Pedersen commitments.

Enums§

ProofError
Represents an error in proof creation, verification, or parsing.