mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 17:00:53 +02:00
7d3ee74a71
AES GCM streaming - fix GHASH_ONE_BLOCK to use CPU feature information. AES-GCM uses EOR3 (SHA-3 instruction) - split assembly code. Kyber uses SQRDMLSH - split assembly code. Changed define from WOLFSSL_AARCH64_NO_SQRMLSH to WOLFSSL_AARCH64_NO_SQRDMLSH to match instruction. Improved array data format for inline assembly code.