[][src]Trait ysbell::multiexp::SourceBuilder

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

An object that builds a source of bases.

Associated Types

Loading content...

Required methods

pub fn new(self) -> Self::Source[src]

pub fn get(self) -> (Arc<Vec<G>>, usize)[src]

Loading content...

Implementations on Foreign Types

impl<G: CurveAffine> SourceBuilder<G> for (Arc<Vec<G>>, usize)[src]

type Source = (Arc<Vec<G>>, usize)

Loading content...

Implementors

Loading content...