-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aarch64 ASM: Use CPU features for more
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.
- Loading branch information
Showing
11 changed files
with
17,613 additions
and
9,214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.