aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-03-26 04:19:08 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-03-26 04:19:08 +0800
commit0f328f81c20a840216db95967db258994d957591 (patch)
treeabffa77540c3c61fdb65e26d4f43c3d875bff522
parent1937ca971ba4485491135fe3089778245f18704d (diff)
downloaddexon-mcl-0f328f81c20a840216db95967db258994d957591.tar.gz
dexon-mcl-0f328f81c20a840216db95967db258994d957591.tar.zst
dexon-mcl-0f328f81c20a840216db95967db258994d957591.zip
update benchmark of bn384
-rw-r--r--readme.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index c6dcc0a..f60d47d 100644
--- a/readme.md
+++ b/readme.md
@@ -165,12 +165,10 @@ Benchmark on Skylake(3.4GHz)
```
# mcl::bn::CurveFp382_1 ; -(2^94 + 2^76 + 2^72 + 1)
-pairing 3.534Mclk ; 1.039msec
-finalExp 1.478Mclk
+pairing 3.163Mclk ; 0.93msec
# mcl::bn::CurveFp382_2 ; -(2^94 + 2^78 + 2^67 + 2^64 + 2^48 + 1)
-pairing 3.635Mclk ; 1.069msec
-finalExp 1.536Mclk
+pairing 3.261Mclk ; 0.96msec
```
# How to make asm files (optional)