use crate::fields::fp::FpGadget; use algebra::edwards_sw6::fq::Fq; pub type FqGadget = FpGadget; #[test] fn test() { crate::fields::tests::field_test::<_, Fq, FqGadget>(); }