mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Add crypto_aead_aes256gcm_aesni_is_available()
This commit is contained in:
@@ -3095,7 +3095,7 @@ tv(void)
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
if (sodium_runtime_has_aesni() && sodium_runtime_has_pclmul()) {
|
||||
if (crypto_aead_aes256gcm_aesni_is_available()) {
|
||||
tv();
|
||||
}
|
||||
printf("OK\n");
|
||||
|
||||
Reference in New Issue
Block a user