pub trait BulletproofURS {
    fn load() -> Result<Self>
    where
        Self: Sized
; fn increase_circuit_gens(&mut self, new_size: usize); }
Expand description

The trait for Bulletproofs that can be used in Bulletproofs generators.

Required Methods§

Load the URS for Bulletproofs.

Increase the Bulletproofs URS on demand.

Implementations on Foreign Types§

Implementors§