Updated ZUC with AESNI (markdown)

Sun Yimin 2022-07-06 11:13:59 +08:00
parent 7acec57eed
commit 17d967332b

@ -1,3 +1,4 @@
This is the pure golang code to study ZUC implementation with AESENCLAST/AESE instruction.
[zuc sbox with aesni](https://gist.github.com/emmansun/ae4677d71c75ff8407d5f5b3a884f5d2)
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 的详细介绍。