https://bugs.gentoo.org/946821 https://github.com/randombit/botan/issues/4493 https://github.com/randombit/botan/pull/4494 From c7f8f6c0967faac1ba66ca3d55560b2aed12863a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Meusel?= Date: Mon, 23 Dec 2024 09:29:07 +0100 Subject: [PATCH] FIX: SM4 GFNI needs AVX2 closes #4493 --- src/lib/block/sm4/sm4_gfni/info.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/block/sm4/sm4_gfni/info.txt b/src/lib/block/sm4/sm4_gfni/info.txt index 4c5867f9b72..5b5c87b42e7 100644 --- a/src/lib/block/sm4/sm4_gfni/info.txt +++ b/src/lib/block/sm4/sm4_gfni/info.txt @@ -9,4 +9,5 @@ brief -> "SM4 using Intel GFNI" gfni +avx2