From 2e7463ece558b67155bf4b4281ad0c18fa1e5c1a Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 6 Jul 2022 13:23:47 +0800 Subject: [PATCH] Updated Efficient Software Implementations of ZUC (markdown) --- Efficient-Software-Implementations-of-ZUC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Efficient-Software-Implementations-of-ZUC.md b/Efficient-Software-Implementations-of-ZUC.md index aca9497..107886a 100644 --- a/Efficient-Software-Implementations-of-ZUC.md +++ b/Efficient-Software-Implementations-of-ZUC.md @@ -10,6 +10,6 @@ ## 参考: 1. [zuc sbox with aesni](https://gist.github.com/emmansun/ae4677d71c75ff8407d5f5b3a884f5d2), This is the pure golang code to study ZUC implementation with AESENCLAST/AESE instruction. -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 的详细介绍。 +1. [Faster 128-EEA3 and 128-EIA3 Software](https://eprint.iacr.org/2013/428.pdf), Delayed modular reduction & Carryless multiplication +1. [Efficient Software Implementations of ZUC-256](http://www.jcr.cacrnet.org.cn/CN/abstract/abstract479.shtml), 这篇文章有ZUC S0 和 S1 的较详细介绍。 1. [Intel(R) Multi-Buffer Crypto for IPsec Library](https://github.com/intel/intel-ipsec-mb/),在Intel CPU架构实现所有优化。