update-fork
MITSUNARI Shigeo 4 years ago
parent 9c7b1ad8b9
commit 4fb3fec3db
  1. 2
      include/mcl/op.hpp
  2. 1
      readme.md

@ -26,7 +26,7 @@
namespace mcl { namespace mcl {
static const int version = 0x135; /* 0xABC = A.BC */ static const int version = 0x136; /* 0xABC = A.BC */
/* /*
specifies available string format mode for X::setIoMode() specifies available string format mode for X::setIoMode()

@ -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. which supports the optimal Ate pairing over BN curves and BLS12-381 curves.
# News # News
- improve performance
- support M1 mac - support M1 mac
- dst for mapToG1 has changed to `BLS_SIG_BLS12381G1_XMD:SHA-256_SSWU_RO_POP_`. - dst for mapToG1 has changed to `BLS_SIG_BLS12381G1_XMD:SHA-256_SSWU_RO_POP_`.
- `mclBn_eth*` functions are removed. - `mclBn_eth*` functions are removed.

Loading…
Cancel
Save