feat: update aegis-test
This commit is contained in:
@@ -10,6 +10,16 @@ ascon128a : 330.85 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
|
||||
$ RUSTFLAGS="-Ctarget-feature=+aes,+sse4.1" cargo r --release
|
||||
aegis128l : 10.68 G/s
|
||||
|
||||
Reference in New Issue
Block a user