diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-01-31 09:38:05 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-01-31 09:38:05 +0800 |
commit | 0f3fd539150c07e8f9dc652c6148da37b1ea0ee9 (patch) | |
tree | 699ccfab500dcfe091a9e3f4214fdeab41ae6b39 /readme.md | |
parent | 57532d0464788b111b57f7555cdbdafaee476d08 (diff) | |
download | dexon-mcl-0f3fd539150c07e8f9dc652c6148da37b1ea0ee9.tar.gz dexon-mcl-0f3fd539150c07e8f9dc652c6148da37b1ea0ee9.tar.zst dexon-mcl-0f3fd539150c07e8f9dc652c6148da37b1ea0ee9.zip |
add bench.txt
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -51,7 +51,7 @@ cmake -DARITH=x64-asm-254 -DFP_PRIME=254 -DFPX_METHD="INTEG;INTEG;LAZYR" -DPP_ME ```
## Higher-bit BN curve benchmark by mcl
-see [ID based encryption demo](https://herumi.github.io/mcl-wasm/ibe-demo.html)
+For JavaScript(WebAssembly), see [ID based encryption demo](https://herumi.github.io/mcl-wasm/ibe-demo.html).
paramter | x64| Firefox on x64|Safari on iPhone7|
----------------|-----|---------------|-----------------|
@@ -66,6 +66,8 @@ CurveFp462 | 2.16| 14.73| 22.77| * CurveFp382_1 and CurveFp462 are by `test/bn512_test.cpp`.
* All the timings are given in ms(milliseconds).
+The other benchmark results are [bench.txt](bench.txt).
+
# Installation Requirements
* [GMP](https://gmplib.org/) and OpenSSL
|