aboutsummaryrefslogtreecommitdiff
path: root/benches
AgeCommit message (Collapse)Author
2025-04-15slightly speed up aez_prfDaniel Schadt
It doesn't matter much because we barely expect tau > 16, but if somebody decides to use aez as a way to generate a lot of pseudorandom bytes, then oh well. With this change, we make better use of SIMD block xor'ing if available.
2025-04-11add decryption benchmarkDaniel Schadt
2025-04-10add first benchmarkDaniel Schadt