如何在SUPERCOP中对单个算法进行基准测试? [英] How to benchmark a single algorithm in SUPERCOP?

查看:127
本文介绍了如何在SUPERCOP中对单个算法进行基准测试?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

完整的SUPERCOP基准测试如下:

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.

我想知道,是否知道如何在SUPERCOP中仅对Ed25519进行基准测试,而不对所有其他算法进行基准测试. Ed25519在SUPERCOP的crypto_sign/ed25519文件夹中.

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.

推荐答案

SUPERCOP提示页面( https://bench.cr.yp.to/tips.html )建议如下:

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

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

这篇关于如何在SUPERCOP中对单个算法进行基准测试?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆