update version

update-fork
MITSUNARI Shigeo 5 years ago
parent 8f022a3de3
commit 124dd293a8
  1. 2
      include/mcl/op.hpp
  2. 1
      readme.md

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

@ -292,6 +292,7 @@ If `MCL_USE_OLD_MAPTO_FOR_BLS12` is defined, then the old function is used, but
# History
- 2020/Jan/25 v1.04 add new hash functions
- 2019/Dec/05 v1.03 disable to check the order in setStr
- 2019/Sep/30 v1.00 add some functions to bn.h ; [api.md](api.md).
- 2019/Sep/22 v0.99 add mclBnG1_mulVec, etc.

Loading…
Cancel
Save