Updated SM4性能优化 (markdown)

Sun Yimin 2021-03-24 10:40:24 +08:00
parent 5f50990e84
commit a258fc8e30

@ -1,5 +1,6 @@
# 参考资料 # 参考资料
* [The SM4 Block Cipher Algorithm And Its Modes Of Operations](https://tools.ietf.org/id/draft-crypto-sm4-00.html)
* [SM4的快速软件实现技术](https://m.doc88.com/p-1823908753601.html) * [SM4的快速软件实现技术](https://m.doc88.com/p-1823908753601.html)
* [SM4的快速软件实现技术](http://html.rhhz.net/ZGKXYDXXB/20180205.htm) * [SM4的快速软件实现技术](http://html.rhhz.net/ZGKXYDXXB/20180205.htm)
* [sm4ni](https://github.com/mjosaarinen/sm4ni) * [sm4ni](https://github.com/mjosaarinen/sm4ni)