aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-01-31 09:38:05 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-01-31 09:38:05 +0800
commit0f3fd539150c07e8f9dc652c6148da37b1ea0ee9 (patch)
tree699ccfab500dcfe091a9e3f4214fdeab41ae6b39 /readme.md
parent57532d0464788b111b57f7555cdbdafaee476d08 (diff)
downloaddexon-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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index ce966ad..d07b963 100644
--- a/readme.md
+++ b/readme.md
@@ -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