mirror of
https://github.com/emmansun/gmsm.git
synced 2025-09-11 17:59:24 +08:00
Updated SM4性能优化 (markdown)
parent
e17fffb85c
commit
725442fa7e
@ -5,4 +5,8 @@
|
|||||||
* [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)
|
||||||
|
|
||||||
我记得好像搜索到过国内有个把SM4转换成AES的专利文章,到底是各自独立发现还是抄袭?
|
我记得好像搜索到过国内有个把SM4转换成AES的专利文章,到底是各自独立发现还是抄袭?
|
||||||
|
|
||||||
|
Go语言的对称加密实现分离了加密模式和Block级别的加密,同时支持特定加密算法实现自己的优化版本。所以我们只实现了SM4的单Block的加解密(Block接口),就能使用CBC/CFB/CTR/GCM等加密模式。
|
||||||
|
|
||||||
|
关于SM4的优化实现,细粒度的并行可能性不大,大粒度的优化实现可以参考sm4ni,可多Blocks并行加解密的模式还是比较多的。
|
Loading…
x
Reference in New Issue
Block a user