update to v0.93

pull/2/head
MITSUNARI Shigeo 6 years ago
parent 08cf676887
commit cc9762f14f
  1. 2
      include/mcl/op.hpp
  2. 1
      readme.md

@ -23,7 +23,7 @@
namespace mcl { 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() specifies available string format mode for X::setIoMode()

@ -443,6 +443,7 @@ Y. Sakemi, Y. Nogami, K. Okeya, Y. Morikawa, CANS 2008.
# History # 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/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/21 python binding of she256 for Linux/Mac/Windows
* 2019/Mar/14 v0.91 modp supports mcl-wasm * 2019/Mar/14 v0.91 modp supports mcl-wasm

Loading…
Cancel
Save