feat: update aegis-test

This commit is contained in:
2023-08-19 23:54:16 +08:00
parent 45eb023741
commit 27ee89dd8a

View File

@@ -10,6 +10,16 @@ ascon128a : 330.85 M/s
rocca : 307.84 M/s rocca : 307.84 M/s
``` ```
```shell
$ RUSTFLAGS="-C target-cpu=native" cargo r --release
aegis128l : 10.66 G/s
aes256-gcm : 701.21 M/s
aes128-gcm : 794.85 M/s
chacha20-poly1305 : 1.18 G/s
ascon128a : 347.18 M/s
rocca : 4.35 G/s
```
```shell ```shell
$ RUSTFLAGS="-Ctarget-feature=+aes,+sse4.1" cargo r --release $ RUSTFLAGS="-Ctarget-feature=+aes,+sse4.1" cargo r --release
aegis128l : 10.68 G/s aegis128l : 10.68 G/s