zuc: update readme

This commit is contained in:
Sun Yimin 2022-06-30 11:40:51 +08:00 committed by GitHub
parent bd2543cdf9
commit ff4e5e9606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,3 +47,11 @@ func (s *zucState32) f32(x0, x1, x2 uint32) uint32 {
}
fmt.Println()
```
## Performance with AMD64 SIMD & AESNI:
goos: windows
goarch: amd64
pkg: github.com/emmansun/gmsm/zuc
cpu: Intel(R) Core(TM) i5-9500 CPU @ 3.00GHz
BenchmarkEncrypt1K-6 253791 4621 ns/op 220.52 MB/s
BenchmarkEncrypt8K-6 31794 37772 ns/op 216.75 MB/s