Skip to content

Commit cef6b89

Browse files
authored
doc: update README
1 parent de88f8a commit cef6b89

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README-EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ SM4 block cipher algorithm (GM/T 0002-2012) implements multi-architecture assemb
120120
- ECB (Electronic Codebook)
121121
- CBC (Cipher Block Chaining)
122122
- GCM (Galois/Counter Mode)
123+
- GCM-SIV (RFC 8452)
123124
- XTS (XEX-based tweaked-codebook mode, supports GB/T 17964-2021 and NIST SP 800-38E)
124125

125126
For detailed implementation analysis, please refer to the [SM4 Performance Optimization Wiki](https://github.com/emmansun/gmsm/wiki/SM4%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ SM4 分组密码算法(GM/T 0002-2012)实现了多架构汇编优化,并
120120
- ECB(电子密码本)
121121
- CBC(密码块链接)
122122
- GCM(伽罗瓦/计数器模式)
123+
- GCM-SIV (RFC 8452)
123124
- XTS(可调整密文分组链接,支持 GB/T 17964-2021 和 NIST SP 800-38E)
124125

125126
详细实现分析请参阅 [SM4 性能优化 Wiki](https://github.com/emmansun/gmsm/wiki/SM4%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96)

0 commit comments

Comments
 (0)