Hi!
It would be nice to be able to use libsodium primitives as they are much faster (authenticated encryption is many times faster than HMAC-SHAXX and XSalsa20 is faster than AES on ARMs), constant time (protects from side channel attacks) and easy to implement. What do you think?
Hi!
It would be nice to be able to use libsodium primitives as they are much faster (authenticated encryption is many times faster than HMAC-SHAXX and XSalsa20 is faster than AES on ARMs), constant time (protects from side channel attacks) and easy to implement. What do you think?