Trait halo2_ecc::fields::FieldExtConstructor
source · [−]pub trait FieldExtConstructor<Fp: PrimeField, const DEGREE: usize> {
fn new(c: [Fp; DEGREE]) -> Self;
fn coeffs(&self) -> Vec<Fp>;
}
pub trait FieldExtConstructor<Fp: PrimeField, const DEGREE: usize> {
fn new(c: [Fp; DEGREE]) -> Self;
fn coeffs(&self) -> Vec<Fp>;
}