update-fork
MITSUNARI Shigeo 5 years ago
parent e669a7a462
commit 3d619e0055
  1. 2
      include/mcl/op.hpp
  2. 1
      readme.md

@ -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()

@ -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

Loading…
Cancel
Save