diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2019-04-24 15:45:58 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2019-04-24 16:12:10 +0800 |
commit | cc9762f14f7f6d4bbc29c0ca418781af4a74f92d (patch) | |
tree | 044b847394426dd74c98468f03785d1434cbb6a4 | |
parent | 08cf676887a35ff6335d042278c4dd0bba0778e1 (diff) | |
download | tangerine-mcl-cc9762f14f7f6d4bbc29c0ca418781af4a74f92d.tar.gz tangerine-mcl-cc9762f14f7f6d4bbc29c0ca418781af4a74f92d.tar.zst tangerine-mcl-cc9762f14f7f6d4bbc29c0ca418781af4a74f92d.zip |
update to v0.93v0.93
-rw-r--r-- | include/mcl/op.hpp | 2 | ||||
-rw-r--r-- | readme.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/mcl/op.hpp b/include/mcl/op.hpp index ded5d1b..aa90110 100644 --- a/include/mcl/op.hpp +++ b/include/mcl/op.hpp @@ -23,7 +23,7 @@ namespace mcl { -static const int version = 0x092; /* 0xABC = A.BC */ +static const int version = 0x093; /* 0xABC = A.BC */ /* specifies available string format mode for X::setIoMode() @@ -443,6 +443,7 @@ Y. Sakemi, Y. Nogami, K. Okeya, Y. Morikawa, CANS 2008. # History
+* 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
* 2019/Mar/14 v0.91 modp supports mcl-wasm
|