diff --git a/readme.md b/readme.md index 1b89b8b4..c6e5816e 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ mcl is a library for pairing-based cryptography, which supports the optimal Ate pairing over BN curves and BLS12-381 curves. # News +- mulVec (resp. mulEach) with AVX-512 IFMA is 1.52 (resp. 3.26) times faster than without it. - Add {Fp,Fr,Fp2}::squareRoot. - Improve the performance of squareRoot. - Add batch inversion for Fr and Fp elements, and batch normalization for G1 and G2 points.