From 75b6f263311007ab29c9c33b1241d1f6737c5d52 Mon Sep 17 00:00:00 2001 From: Emman Date: Fri, 26 Mar 2021 08:30:22 +0800 Subject: [PATCH] MAGIC - add reference --- sm4/asm_amd64.s | 1 + 1 file changed, 1 insertion(+) diff --git a/sm4/asm_amd64.s b/sm4/asm_amd64.s index 475565b..5e20765 100644 --- a/sm4/asm_amd64.s +++ b/sm4/asm_amd64.s @@ -1,3 +1,4 @@ +// This SM4 implementation referenced https://github.com/mjosaarinen/sm4ni/blob/master/sm4ni.c #include "textflag.h" #define x X0