From db6d37063d3898410aa4415a86ec5e73cf04c189 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Tue, 2 Nov 2021 14:10:32 +0800 Subject: [PATCH] Updated SM4 with AESENCLAST (markdown) --- SM4-with-AESENCLAST.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SM4-with-AESENCLAST.md b/SM4-with-AESENCLAST.md index 2e2f897..c843ce5 100644 --- a/SM4-with-AESENCLAST.md +++ b/SM4-with-AESENCLAST.md @@ -196,5 +196,6 @@ func gen_matrix(lookup [256]byte) (m [8]byte) { # Reference * [AES-NI used in SM4](https://github.com/mjosaarinen/sm4ni) * [Advanced Encryption Standard (AES)](https://www.nist.gov/publications/advanced-encryption-standard-aes) -* [AES 和 SM4 S盒複合域實現方法](https://ppfocus.com/0/ed0cb869b.html) -* [A Very Compact S-box for AES](https://www.iacr.org/archive/ches2005/032.pdf) \ No newline at end of file +* [aes和sm4s盒复合域实现方法](http://zongyue.top:8090/archives/aes%E5%92%8Csm4s%E7%9B%92%E5%A4%8D%E5%90%88%E5%9F%9F%E5%AE%9E%E7%8E%B0%E6%96%B9%E6%B3%95) +* [A Very Compact S-box for AES](https://www.iacr.org/archive/ches2005/032.pdf) +* [A very compact Rijndael S-box](https://calhoun.nps.edu/bitstream/handle/10945/791/NPS-MA-04-001.pdf?sequence=1&isAllowed=y) \ No newline at end of file