Cryptography A decent introduction to Cryptography |
A decent introduction to Cryptography Posted: 18 Feb 2018 09:11 PM PST |
How can we select algorithms in Libsodium? Posted: 18 Feb 2018 08:15 AM PST I'm currently trying to benchmark Libsodium in various settings (mostly to compare it to Monocypher). It would seem I do not have the control I want over the compilation options. Here's the options I'm interested in:
The first, I think I have been able to achieve thus: For the other 4, I tried to do this (with The CFLAGS variable seems to have the right effect, but some algorithms (most notably X25519) are still faster than expected on my 64-bit intel laptop (that is, way faster than Monocyhper, while it has the same speed on the Raspberry Pi). Moreover, Ed25519 recently benefited from a huge speed up on platform that support 128-bit arithmetic, and this speed up is observable even when using It seems Does Libsodium have a reliable way to disable all non-portable implementations, and stick to standard C? Reading the documentation and searching the web didn't help so far. I've also asked Libsodium's mailing list, I'm waiting for their answer. [link] [comments] |
You are subscribed to email updates from Cryptography news and discussions. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment