Updated Intel CPU supports SM3 SM4 (markdown)

Sun Yimin 2024-11-05 15:17:10 +08:00
parent 67f9220c40
commit 88a3637859

@ -4,3 +4,9 @@
* https://github.com/intel/intel-ipsec-mb/commit/fae17fa2cc7629e16c98b6390224483e308ae528 * https://github.com/intel/intel-ipsec-mb/commit/fae17fa2cc7629e16c98b6390224483e308ae528
![image](https://github.com/emmansun/gmsm/assets/7235232/3e74e357-44a6-452d-85c8-704d41a29bd8) ![image](https://github.com/emmansun/gmsm/assets/7235232/3e74e357-44a6-452d-85c8-704d41a29bd8)
## SM3
[参考模拟实现](https://github.com/emmansun/simd/blob/main/amd64/avx/sm3ni.go). 比ARM64-CE的SM3指令简单。
## SM4
[参考模拟实现](https://github.com/emmansun/simd/blob/main/amd64/avx/sm4ni.go). 和ARM64-CE的SM4指令类似。