halo2_axiom::arithmetic

Function g_to_lagrange

Source
pub fn g_to_lagrange<C: PrimeCurveAffine>(
    g_projective: Vec<C::Curve>,
    k: u32,
) -> Vec<C>
Expand description

Convert coefficient bases group elements to lagrange basis by inverse FFT.