diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-19 16:09:57 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-19 16:09:57 +0800 |
commit | 36e1a464546ee2391f8abf067e9aab74e5796997 (patch) | |
tree | 8430476fa857a0214cb51f24893f2c957d975682 /include/mcl/she.hpp | |
parent | 1ca4c1f1ef461ac00197b28a54e7308742c24362 (diff) | |
download | dexon-mcl-36e1a464546ee2391f8abf067e9aab74e5796997.tar.gz dexon-mcl-36e1a464546ee2391f8abf067e9aab74e5796997.tar.zst dexon-mcl-36e1a464546ee2391f8abf067e9aab74e5796997.zip |
add bench
Diffstat (limited to 'include/mcl/she.hpp')
-rw-r--r-- | include/mcl/she.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mcl/she.hpp b/include/mcl/she.hpp index cd2e7f3..54fea28 100644 --- a/include/mcl/she.hpp +++ b/include/mcl/she.hpp @@ -640,7 +640,7 @@ public: rb.setRand(rg); rc.setRand(rg); GT e; -#if 1 // 6.5Mclk -> 5.9Mclk at Fp462 +#if 1 // 6.5Mclk -> 5.9Mclk G1 P1, P2; G1::mul(P1, xP, ra); if (m) { |