From cf475fbe2bc6b18b54b4262ca4919cfd56e96103 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Thu, 29 Aug 2024 14:23:52 +0900 Subject: [PATCH] v1.96 --- include/mcl/op.hpp | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mcl/op.hpp b/include/mcl/op.hpp index 7174292d..8ca64f7e 100644 --- a/include/mcl/op.hpp +++ b/include/mcl/op.hpp @@ -29,7 +29,7 @@ namespace mcl { -static const int version = 0x195; /* 0xABC = A.BC */ +static const int version = 0x196; /* 0xABC = A.BC */ /* specifies available string format mode for X::setIoMode() diff --git a/readme.md b/readme.md index 0ed4d3eb..87b2c20a 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 is a little improved. - mulEach with AVX-512 IFMA is improved slightly and 2.8 times faster than G1::mul on BLS12-381. - mulVec (multi scalar multiplication) with AVX-512 IFMA is 1.4 times faster on Xeon w9-3495X - a little performance improvement of G1::mulVec of BLS12-381