feat: add aegis authenticated encryption algorithms throughput
### Add AEGIS encryption benchmarks from libaegis
This PR adds throughput numbers for the AEGIS family of authenticated encryption algorithms using the benchmark provided by [libaegis](https://github.com/aegis-aead/libaegis). These benchmarks were run on a GCP C3-standard-22-lssd instance which can be verified and rerun [here](https://github.com/TylerHillery/napkin-math-infra/actions/runs/14864781629).
The actual numbers have been rounded to adhere to the note provide in the README
> Some throughput and latency numbers don't line up, this is intentional for ease of calculations.
Here are the actual results
```
AEGIS-256 60927.56 Mb/s
AEGIS-256X2 119812.54 Mb/s
AEGIS-256X4 220401.53 Mb/s
AEGIS-128L 111003.49 Mb/s
AEGIS-128X2 210681.92 Mb/s
AEGIS-128X4 299351.57 Mb/s
AEGIS-128L MAC 119853.45 Mb/s
AEGIS-128X2 MAC 227321.50 Mb/s
AEGIS-128X4 MAC 315722.91 Mb/s
AEGIS-256 MAC 59906.16 Mb/s
AEGIS-256X2 MAC 116962.69 Mb/s
AEGIS-256X4 MAC 195982.35 Mb/s
```
合并状态:未合并 0 条评论