Add benchmarks for ECDH and const-time multiplication

This commit is contained in:
Andrew Poelstra
2015-05-15 14:46:08 -05:00
parent 0739bbb6f0
commit 91c0ce95ca
4 changed files with 70 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
bench_inv
bench_ecdh
bench_sign
bench_verify
bench_recover