mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-26 01:25:22 +02:00
These were showing up on profiles as quite hot (>5%), we can avoid all the unnecessary assertions by doing them once in advance and using pointers for the rest of the function. This makes AES-GCM about 6% faster.