This commit is contained in:
Sean Bowe 2016-07-04 13:58:11 -06:00
parent 6717902a1f
commit 3591426d44
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 0 deletions

View File

@ -400,6 +400,7 @@ fn test_binlinearity() {
let t = Fr::zero().sub(&Fr::one());
assert!(a != Gt::new(Fq12::one()));
assert_eq!((&a ^ t) * &a, Gt::new(Fq12::one()));
}
}