mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
AES-GCM: stack alignment issues
Don't expect stack to be aligned. vmovdqu is no longer slower than vmovdqa.
This commit is contained in:
Don't expect stack to be aligned. vmovdqu is no longer slower than vmovdqa.