-
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.
digest: Move AArch64/X86-64 dispatching to C (Merge BoringSSL 10c24cb).
Merge BoringSSL 10c24cb: sha: Move AArch64/X86-64 dispatching to C. Split `digest::sha2` into multiple parts: ``` git difftool HEAD^1:src/digest/sha2.rs src/digest/sha2/mod.rs git difftool HEAD^1:src/digest/sha2.rs src/digest/sha2/fallback.rs git difftool HEAD^1:src/digest/sha2.rs src/digest/sha2/sha2_32.rs git difftool HEAD^1:src/digest/sha2.rs src/digest/sha2/sha2_64.rs diff src/digest/sha2/sha2_32.rs src/digest/sha2/sha2_64.rs ```
- Loading branch information
Showing
11 changed files
with
296 additions
and
156 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
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.