From 5d2379b2262347528ea9723e232eec38143d8cd6 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 31 Jan 2020 14:34:06 +0900 Subject: [PATCH] v1.05 --- include/mcl/op.hpp | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mcl/op.hpp b/include/mcl/op.hpp index d1ad3e4..d6132a4 100644 --- a/include/mcl/op.hpp +++ b/include/mcl/op.hpp @@ -23,7 +23,7 @@ namespace mcl { -static const int version = 0x104; /* 0xABC = A.BC */ +static const int version = 0x105; /* 0xABC = A.BC */ /* specifies available string format mode for X::setIoMode() diff --git a/readme.md b/readme.md index efc2d6d..7387889 100644 --- a/readme.md +++ b/readme.md @@ -292,6 +292,7 @@ If `MCL_USE_OLD_MAPTO_FOR_BLS12` is defined, then the old function is used, but # History +- 2020/Jan/31 v1.05 mclBn_ethMsgToFp2 has changed to append zero byte at the end of msg - 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).