From 75416c93f0856f120942e39093d97bbf60e9932c Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Fri, 29 May 2020 10:01:44 +0200 Subject: [PATCH] Kyber768 and Kyber1024 don't need -maes (see #296) --- crypto_kem/kyber1024/META.yml | 1 - crypto_kem/kyber768/META.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/crypto_kem/kyber1024/META.yml b/crypto_kem/kyber1024/META.yml index ac54719d..c50507eb 100644 --- a/crypto_kem/kyber1024/META.yml +++ b/crypto_kem/kyber1024/META.yml @@ -29,7 +29,6 @@ implementations: operating_systems: - Linux required_flags: - - aes - avx2 - bmi2 - popcnt diff --git a/crypto_kem/kyber768/META.yml b/crypto_kem/kyber768/META.yml index d98a80ed..73056cd7 100644 --- a/crypto_kem/kyber768/META.yml +++ b/crypto_kem/kyber768/META.yml @@ -29,7 +29,6 @@ implementations: operating_systems: - Linux required_flags: - - aes - avx2 - bmi2 - popcnt