use crate::fields::fp::FpGadget; use algebra::fields::edwards_sw6::fq::Fq; pub type FqGadget = FpGadget;