use crate::groups::curves::twisted_edwards::AffineGadget; use algebra::jubjub::*; use crate::jubjub::FqGadget; pub type JubJubGadget = AffineGadget; #[test] fn test() { crate::groups::curves::twisted_edwards::test::(); }