aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2019-09-08 14:08:51 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2019-09-08 14:08:51 +0800
commit51a3a60726046feb739a2fd6969afcd41c4e5d7f (patch)
tree4d989fbc7c29ac299086d2e53aa638948b25b07e
parent018bbe8e88e2470d4d76c656d3a2dd8274e406e7 (diff)
downloadtangerine-mcl-51a3a60726046feb739a2fd6969afcd41c4e5d7f.tar.gz
tangerine-mcl-51a3a60726046feb739a2fd6969afcd41c4e5d7f.tar.zst
tangerine-mcl-51a3a60726046feb739a2fd6969afcd41c4e5d7f.zip
v0.98v0.98
-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 0d21c68..e4cbedc 100644
--- a/include/mcl/op.hpp
+++ b/include/mcl/op.hpp
@@ -23,7 +23,7 @@
namespace mcl {
-static const int version = 0x097; /* 0xABC = A.BC */
+static const int version = 0x098; /* 0xABC = A.BC */
/*
specifies available string format mode for X::setIoMode()
diff --git a/readme.md b/readme.md
index 7088a9f..630e2e0 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.98 bugfix Ec::add(P, Q, R) when P == R
* v0.97 add some C api functions
* 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.