mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 03:26:17 +08:00
Updated SM4 with AESENCLAST (markdown)
parent
5e1a1898cd
commit
16b3f4d12b
@ -192,5 +192,6 @@ func gen_matrix(lookup [256]byte) (m [8]byte) {
|
|||||||
|
|
||||||
# Reference
|
# Reference
|
||||||
* [AES-NI used in SM4](https://github.com/mjosaarinen/sm4ni)
|
* [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)
|
* [AES 和 SM4 S盒複合域實現方法](https://ppfocus.com/0/ed0cb869b.html)
|
||||||
* [Advanced Encryption Standard (AES)](https://www.nist.gov/publications/advanced-encryption-standard-aes)
|
* [A Very Compact S-box for AES](https://www.iacr.org/archive/ches2005/032.pdf)
|
Loading…
x
Reference in New Issue
Block a user