Trait WithLagrangeBasis

Source
pub trait WithLagrangeBasis<G: AffineRepr> {
    // Required method
    fn with_lagrange_basis(&self, domain: D<G::ScalarField>);
}

Required Methods§

Source

fn with_lagrange_basis(&self, domain: D<G::ScalarField>)

Implementations on Foreign Types§

Source§

impl WithLagrangeBasis<Affine<PallasParameters>> for SRS<Pallas>

Source§

fn with_lagrange_basis(&self, domain: D<<Pallas as AffineRepr>::ScalarField>)

Source§

impl WithLagrangeBasis<Affine<VestaParameters>> for SRS<Vesta>

Source§

fn with_lagrange_basis(&self, domain: D<<Vesta as AffineRepr>::ScalarField>)

Implementors§