Function halo2_proofs::arithmetic::g_to_lagrange  
source · [−]pub fn g_to_lagrange<C: CurveAffine>(
    g_projective: Vec<C::Curve>,
    k: u32
) -> Vec<C>Expand description
Convert coefficient bases group elements to lagrange basis by inverse FFT.