doc: fix display

This commit is contained in:
Sun Yimin 2023-12-12 13:00:46 +08:00 committed by GitHub
parent 97ddcab4b2
commit e2c135b9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ SM4分组密码算法的软件高效实现不算CPU指令支持的话
* S盒和L转换预计算
* SIMD并行处理并行查表
* SIMD并行处理借助CPU的AES指令本软件库采用该方法
* SIMD并行处理位切(bitslicing)[参考实现](https://github.com/emmansun/sm4bs)
* SIMD并行处理位切(bitslicing)[参考实现](https://github.com/emmansun/sm4bs)
当然这些与有CPU指令支持的AES算法相比性能差距依然偏大要是工作模式不支持并行差距就更巨大了。