mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 09:30:55 +02:00
3d6d80fe21
Improve AES-GCM Intel performance by converting to pure inline ASM. Improve AES-GCM Intel code algorithmically. Split out platform specific code for AES-GCM encrypt and decrypt. Move C implementation of AES-GCM to separate function to speed up Intel ASM code. Modified test to try all input byte sizes up to large benchmark size when defined.