Updated Efficient Software Implementations of ZUC (markdown)

Sun Yimin 2023-10-16 14:41:23 +08:00
parent ba87811ab1
commit 337c1f821f

@ -12,5 +12,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. [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), Delayed modular reduction & Carryless multiplication 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. [Efficient Software Implementations of ZUC-256](http://www.jcr.cacrnet.org.cn/CN/abstract/abstract479.shtml), 这篇文章有ZUC S0 和 S1 的较详细介绍。
1. [Analyzing SNOW and ZUC Security Algorithms Using NIST SP 800-22 and Enhancing their Randomness](https://journals.riverpublishers.com/index.php/JCSANDM/article/view/2963/5091)
1. [Intel(R) Multi-Buffer Crypto for IPsec Library](https://github.com/intel/intel-ipsec-mb/)在Intel CPU架构实现所有优化。 1. [Intel(R) Multi-Buffer Crypto for IPsec Library](https://github.com/intel/intel-ipsec-mb/)在Intel CPU架构实现所有优化。
1. [Intel Carry-Less Multiplication Instruction and its Usage for Computing the GCM Mode](https://www.intel.com/content/dam/develop/external/us/en/documents/clmul-wp-rev-2-02-2014-04-20.pdf) 1. [Intel Carry-Less Multiplication Instruction and its Usage for Computing the GCM Mode](https://www.intel.com/content/dam/develop/external/us/en/documents/clmul-wp-rev-2-02-2014-04-20.pdf)