mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 03:02:20 +01:00
Optimised assembly of AES-XTS for Aarch64 and ARM32 using hardware crypto instructions. Aarch64 has loop unrolling. Update aes.c to not have AES-XTS implementation when assembly compilable. Update test of AES-XTS to check expected cipher text of partial block encryption.