Trait bellperson::multiexp::SourceBuilder[][src]

pub trait SourceBuilder<G: CurveAffine>: Send + Sync + 'static + Clone {
    type Source: Source<G>;
    fn new(self) -> Self::Source;
fn get(self) -> (Arc<Vec<G>>, usize); }
Expand description

An object that builds a source of bases.

Associated Types

Required methods

Implementations on Foreign Types

Implementors