Trait bellman::multiexp::SourceBuilder [] [src]

pub trait SourceBuilder<G: CurveAffine>: Send + Sync + 'static + Clone {
    type Source: Source<G>;
    fn new(self) -> Self::Source;
}

An object that builds a source of bases.

Associated Types

Required Methods

Implementors