Update BLS12-377

This commit is contained in:
Pratyush Mishra
2020-11-28 14:56:01 -08:00
parent 23e87bf224
commit 0445d45c07
7 changed files with 59 additions and 350 deletions

View File

@@ -72,6 +72,7 @@ fn test_fq6() {
let h: Fq6 = rng.gen();
field_test(g, h);
}
frobenius_test::<Fq6, _>(Fq::characteristic(), 13);
let byte_size = Fq6::zero().serialized_size();
field_serialization_test::<Fq6>(byte_size);