From 3d619e0055cda458e6270ae7a943ccf490230e18 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sun, 22 Sep 2019 18:09:03 +0900 Subject: [PATCH] v0.99 --- 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 2062b61..787dcd5 100644 --- a/include/mcl/op.hpp +++ b/include/mcl/op.hpp @@ -23,7 +23,7 @@ namespace mcl { -static const int version = 0x098; /* 0xABC = A.BC */ +static const int version = 0x099; /* 0xABC = A.BC */ /* specifies available string format mode for X::setIoMode() diff --git a/readme.md b/readme.md index dd1d195..f2644c6 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ mcl is a library for pairing-based cryptography. The current version supports the optimal Ate pairing over BN curves and BLS12-381 curves. # News +* v0.99 add mclBnG1_mulVec, etc. * v0.98 bugfix Ec::add(P, Q, R) when P == R * v0.97 add some C api functions * v0.96 improved scalar multiplication