Commit Graph
4 Commits
Author SHA1 Message Date
Frank Denis c8be336506 C++ compat 2015-10-11 14:35:32 +02:00
Frank Denis aa965a580b Expose only crypto_aead_aes256gcm_*() not crypto_aead_aes256gcm_aesni_*()
libsodium typically doesn't expose specific implementations.
It shouldn't be the case for that construction either, especially since
an ARM8 implementation might be added later.
We want a single interface for both.
2015-10-11 14:29:25 +02:00
Frank Denis dadc5d9906 Add crypto_aead_aes256gcm_aesni_is_available() 2015-10-11 13:05:32 +02:00
Frank Denis 93295855cf Add aes256gcm test vectors 2015-10-11 12:56:20 +02:00