-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AES-GCM: Align the types in AArch64 AES-GCM assembly with BoringSSL.
Make it easier to compare *ring*'s declarations with BoringSSL's for these functions by using u64 instead of usize for the `in_bits` argument to aes_gcm_{dec,enc}_kernel. Use `NonZeroU64` to indicate that the assembly functions do not work with zero-length inputs.
- Loading branch information
1 parent
aeec473
commit 6814023
Showing
2 changed files
with
29 additions
and
6 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