From d9f3b8e82e373a67d6fa1e4b561fa6a25b451d60 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 6 Jul 2022 11:34:36 +0800 Subject: [PATCH] Updated ZUC with AESNI (markdown) --- ZUC-with-AESNI.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ZUC-with-AESNI.md b/ZUC-with-AESNI.md index dc52d83..7a84163 100644 --- a/ZUC-with-AESNI.md +++ b/ZUC-with-AESNI.md @@ -1,4 +1,5 @@ This is the pure golang code to study ZUC implementation with AESENCLAST/AESE instruction. 1. [zuc sbox with aesni](https://gist.github.com/emmansun/ae4677d71c75ff8407d5f5b3a884f5d2) -1. [Efficient Software Implementations of ZUC-256](http://www.jcr.cacrnet.org.cn/CN/abstract/abstract479.shtml), 这篇文章有ZUC S0 和 S1 的详细介绍。 \ No newline at end of file +1. [Faster 128-EEA3 and 128-EIA3 Software](https://eprint.iacr.org/2013/428.pdf) +1. [Efficient Software Implementations of ZUC-256](http://www.jcr.cacrnet.org.cn/CN/abstract/abstract479.shtml), 这篇文章有ZUC S0 和 S1 的详细介绍。