From 03144e1752bea417f27a0d365bb1589e541ace3a Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Sat, 19 Aug 2023 20:53:34 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=97=A0=E8=BF=9B=E4=BD=8D=E4=B9=98?= =?UTF-8?q?=E6=B3=95=E5=92=8CGHASH=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 无进位乘法和GHASH.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/无进位乘法和GHASH.md b/无进位乘法和GHASH.md index 8b2fb9c..f279828 100644 --- a/无进位乘法和GHASH.md +++ b/无进位乘法和GHASH.md @@ -1,2 +1,3 @@ # 参考 -* [Cryptographic Hardware and Software and useful architectures](https://www.esat.kuleuven.be/cosic/events/ecrypt-net-school-2018/wp-content/uploads/sites/23/2018/10/kos-school-gueron-2.pdf) \ No newline at end of file +* [Cryptographic Hardware and Software and useful architectures](https://www.esat.kuleuven.be/cosic/events/ecrypt-net-school-2018/wp-content/uploads/sites/23/2018/10/kos-school-gueron-2.pdf) +* The Galois/Counter Mode of Operation (GCM)