|
|
1 jaar geleden | |
|---|---|---|
| .. | ||
| benches | 1 jaar geleden | |
| src | 1 jaar geleden | |
| tests | 1 jaar geleden | |
| CHANGELOG.md | 1 jaar geleden | |
| Cargo.toml | 1 jaar geleden | |
| LICENSE-APACHE | 1 jaar geleden | |
| LICENSE-MIT | 1 jaar geleden | |
| README.md | 1 jaar geleden | |
This is a copy of https://github.com/RustCrypto/hashes/tree/blake2-v0.10.6 with a patch applied to generate a non-keyed hash with parameters, see: https://github.com/RustCrypto/hashes/issues/482
The patch resides here: https://github.com/threema-theo/hashes/tree/blake2b-keyless
(Note that the patch targets master and this is a backport to the tag
blake2-v0.10.6.)
TODO(LIB-7): We shall switch to the upstream crate once this is fixed.
Pure Rust implementation of the BLAKE2 hash function family.
Rust 1.41 or higher.
Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.