简体   繁体   English

植物学库——最快的数字签名验证

[英]Botan library - fastest digital signature verification

I am looking for the fastest algorithm, where I can verify a digital signature of a blob.我正在寻找最快的算法,我可以在其中验证 blob 的数字签名。 The algorithm shouldn't necessarily be cryptographically secure, just make sure that it's not trivially fakable.该算法不一定是加密安全的,只要确保它不是容易伪造的。 Signing time neither counts in my case.就我而言,签约时间都不重要。

Any suggestions?有什么建议么? Also if possible, can you tell me what modules of botan do I need to use?另外,如果可能的话,你能告诉我我需要使用哪些植物模块吗? (In order to only include them in my build!) (为了只将它们包含在我的构建中!)

I've just found out that botan library has a cli.我刚刚发现botan library 有一个cli。 If you target this via --build-targets="static,cli" you can measure speed of different algorithms on your machine.如果你通过--build-targets="static,cli"来定位它,你可以在你的机器上测量不同算法的速度。 Of course it will be specific to your computer, but for me this information was enough.当然,这将特定于您的计算机,但对我来说,这些信息就足够了。

You can check out different options of the botan cli at: https://botan.randombit.net/handbook/cli.html您可以在以下位置查看 botan cli 的不同选项: https://botan.randombit.net/handbook/cli.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM