添加性能基准测试数据

- README 添加 Benchmarks 章节,包含 SM3/SM4/SM2/SM9 性能数据
- CHANGELOG 同步更新基准测试性能基线
This commit is contained in:
huangxt
2026-03-07 20:23:16 +08:00
parent 86998a169e
commit a7eaf413d9
4 changed files with 94 additions and 0 deletions
+5
View File
@@ -32,6 +32,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `#![forbid(unsafe_code)]` enforced at crate level
- Automatic private key zeroization via `zeroize::ZeroizeOnDrop`
- GB/T standard test vectors for all algorithms
- Criterion benchmarks for all algorithms with baseline performance data:
- SM3: 374 MiB/s throughput (64 KiB)
- SM4-ECB: 27 MiB/s throughput (64 KiB)
- SM2 sign: 258 µs, verify: 316 µs
- SM9 sign: 3.44 ms, verify: 5.50 ms
### Security