update-fork
MITSUNARI Shigeo 4 years ago
parent b0abe614ae
commit 250f7bddbc
  1. 2
      include/mcl/op.hpp
  2. 1
      readme.md

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

@ -328,6 +328,7 @@ If `MCL_USE_OLD_MAPTO_FOR_BLS12` is defined, then the old function is used, but
# History # History
- 2020/Nov/14 v1.28 support M1 mac
- 2020/Jun/07 v1.22 remove old hash-to-curve functions - 2020/Jun/07 v1.22 remove old hash-to-curve functions
- 2020/Jun/04 v1.21 mapToG1 and hashAndMapToG1 are compatible to irtf/eip-2537 - 2020/Jun/04 v1.21 mapToG1 and hashAndMapToG1 are compatible to irtf/eip-2537
- 2020/May/13 v1.09 support draft-irtf-cfrg-hash-to-curve-07 - 2020/May/13 v1.09 support draft-irtf-cfrg-hash-to-curve-07

Loading…
Cancel
Save