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