usecrate::{constraints::FqVar,*};useark_r1cs_std::groups::curves::short_weierstrass::ProjectiveVar;/// A group element in the Tom256 curve.
pubtypeGVar=ProjectiveVar<Config, FqVar>;#[test]fntest(){ark_curve_constraint_tests::curves::sw_test::<Config, GVar>().unwrap();}