How to benchmark a single algorithm in SUPERCOP?

孤街醉人 提交于 2019-12-11 08:29:43

问题


A full SUPERCOP benchmark is done as follows:

wget https://bench.cr.yp.to/supercop/supercop-20170228.tar.xz

unxz < supercop-20170228.tar.xz | tar -xf -

cd supercop-20170228

nohup sh do &

But it takes too much time to run every cryptographic algorithm benchmark.

I wondered, if you know how to benchmark only Ed25519 in SUPERCOP, without benchmarking all the other algorithms. Ed25519 is in the crypto_sign/ed25519 folder of SUPERCOP.


回答1:


The SUPERCOP tips page (https://bench.cr.yp.to/tips.html) suggest something like this:

 ./do-part used
 ./do-part crypto_sign ed25519


来源:https://stackoverflow.com/questions/43158438/how-to-benchmark-a-single-algorithm-in-supercop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!