-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before the conversion to SIMD-like vectors, this was not possible because the array had more than 32 elements, and these traits are only implemented for arrays of up to 32 elements. After the conversion, the array has only 2 elements, so deriving these traits is possible and simplifies the code.
- Loading branch information
Showing
2 changed files
with
2 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "blake2-rfc" | ||
version = "0.2.9" | ||
version = "0.2.10" | ||
authors = ["Cesar Eduardo Barros <[email protected]>"] | ||
description = "A pure Rust implementation of BLAKE2 based on the draft RFC." | ||
repository = "https://github.com/cesarb/blake2-rfc" | ||
|
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