From 67f9220c40218132d06fdad9e65ed5c711c08a23 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 9 Oct 2024 10:45:36 +0800 Subject: [PATCH] Updated SM4 with GFNI (markdown) --- SM4-with-GFNI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SM4-with-GFNI.md b/SM4-with-GFNI.md index 33f8c0e..ce30ef0 100644 --- a/SM4-with-GFNI.md +++ b/SM4-with-GFNI.md @@ -14,6 +14,8 @@ 3. AESENCLAST 4. 多条指令实现的仿射 +[示例代码](https://github.com/emmansun/simd/blob/main/amd64/sse/sse_aesni_test.go) + ## GFNI 1. Affine Transformation (单指令) 2. Affine Transformation Inverse (单指令)