-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] blake2: integrate
blake2b_simd
/blake2s_simd
crates
Integrates original sources from these crates, which provide AVX2-accelerated SIMD backends: https://github.com/oconnor663/blake2_simd Taken from this commit: Hash: 7bf791e67245bb84132d1ee0e6a893bb8c85c093 Author: Jack O'Connor <[email protected]> Date: Fri Nov 13 15:50:16 2020 -0500 Title: AES-CTR benchmarks
- Loading branch information
Showing
116 changed files
with
169,908 additions
and
1,369 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Stop GitHub from thinking the majority of the repo is Objective-C :-D | ||
blake2-avx2-sneves/* linguist-vendored | ||
kangarootwelve/* linguist-vendored |
Oops, something went wrong.