-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AEAD: Remove all use of
ring::endian
and u64 from Block
.
In particular, eliminate the use of `ArrayEncoding::as_byte_array` as we work towards removing that function because it uses `unsafe`. Where `Block` is used in parameters to C/assembly code, I verified that the C/assembly code uses `uint8_t *` as the function type (meaning `uint8_t[16]`) in the BoringSSL headers.
- Loading branch information
1 parent
797a6ee
commit facdfc7
Showing
2 changed files
with
7 additions
and
16 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