You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
240 B

/// Specifies the constraints for computing a pairing in the MNT6-753 bilinear group.
pub use crate::MNT6_753;
#[test]
fn test() {
use crate::MNT6_753;
ark_curve_constraint_tests::pairing::bilinearity_test::<MNT6_753>().unwrap()
}