aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2019-04-29 13:30:08 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2019-04-29 13:30:08 +0800
commitb83e0fabe6faabaf27648e5b7f050a354c36b679 (patch)
treee2635ee712694df529864609536e7494801b9fba
parentf1d0865f1c0881d072f0bea821da6baf818b4088 (diff)
downloadtangerine-mcl-b83e0fabe6faabaf27648e5b7f050a354c36b679.tar.gz
tangerine-mcl-b83e0fabe6faabaf27648e5b7f050a354c36b679.tar.zst
tangerine-mcl-b83e0fabe6faabaf27648e5b7f050a354c36b679.zip
update to v0.94
-rw-r--r--include/mcl/op.hpp2
-rw-r--r--readme.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/mcl/op.hpp b/include/mcl/op.hpp
index aa90110..de44607 100644
--- a/include/mcl/op.hpp
+++ b/include/mcl/op.hpp
@@ -23,7 +23,7 @@
namespace mcl {
-static const int version = 0x093; /* 0xABC = A.BC */
+static const int version = 0x094; /* 0xABC = A.BC */
/*
specifies available string format mode for X::setIoMode()
diff --git a/readme.md b/readme.md
index 24a5cbc..4d54bcb 100644
--- a/readme.md
+++ b/readme.md
@@ -443,6 +443,7 @@ Y. Sakemi, Y. Nogami, K. Okeya, Y. Morikawa, CANS 2008.
# History
+* 2019/Apr/29 v0.94 mclBn_setETHserialization supports [ETH2.0 serialization of BLS12-381](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/bls_signature.md#point-representations)
* 2019/Apr/24 v0.93 support ios
* 2019/Mar/22 v0.92 shortcut for Ec::mul(Px, P, x) if P = 0
* 2019/Mar/21 python binding of she256 for Linux/Mac/Windows