mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 22:12:19 +01:00
Instead of loading 64-bits with alignment protection, use xorbuf which has built in protection. Only XOR in as much data as cached and XOR padding and rate bit directly rather than XORing maximum amount after clearing out rest of array and adding in padding and rate bit.