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

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

@ -323,6 +323,7 @@ If `MCL_USE_OLD_MAPTO_FOR_BLS12` is defined, then the old function is used, but
# History # History
- 2021/May/24 v1.40 fix sigsegv in valgrind
- 2021/Jan/28 v1.31 fix : call setOrder in init for isValidOrder - 2021/Jan/28 v1.31 fix : call setOrder in init for isValidOrder
- 2021/Jan/28 v1.30 a little optimization of Fp operations - 2021/Jan/28 v1.30 a little optimization of Fp operations
- 2020/Nov/14 v1.28 support M1 mac - 2020/Nov/14 v1.28 support M1 mac

Loading…
Cancel
Save