aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2019-07-25 21:13:18 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2019-07-25 21:13:18 +0800
commit5b453fda2beb773d8cb1a3a80ab4e6848b9011d0 (patch)
tree70d31ae53ec9b6c154ef450ac03a2222b0a773b9
parent3c98ac00c8209f722f8c718109674bd3b56a458b (diff)
downloadtangerine-mcl-5b453fda2beb773d8cb1a3a80ab4e6848b9011d0.tar.gz
tangerine-mcl-5b453fda2beb773d8cb1a3a80ab4e6848b9011d0.tar.zst
tangerine-mcl-5b453fda2beb773d8cb1a3a80ab4e6848b9011d0.zip
v0.96
-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 c31b7d1..a8b47e5 100644
--- a/include/mcl/op.hpp
+++ b/include/mcl/op.hpp
@@ -23,7 +23,7 @@
namespace mcl {
-static const int version = 0x095; /* 0xABC = A.BC */
+static const int version = 0x096; /* 0xABC = A.BC */
/*
specifies available string format mode for X::setIoMode()
diff --git a/readme.md b/readme.md
index 40ae5a8..0510f1f 100644
--- a/readme.md
+++ b/readme.md
@@ -10,6 +10,7 @@ mcl is a library for pairing-based cryptography.
The current version supports the optimal Ate pairing over BN curves and BLS12-381 curves.
# News
+* v0.96 improved scalar multiplication
* mclBn_setETHserialization(true) (de)serialize acoording to [ETH2.0 serialization of BLS12-381](https://github.com/ethereum/eth2.0-specs/blob/dev/specs/bls_signature.md#point-representations) when BLS12-381 is used.
* (Break backward compatibility) libmcl_dy.a is renamed to libmcl.a
* The option SHARE_BASENAME_SUF is removed