WithLagrangeBasis

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>)

Implementors§

Source§

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

Source§

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