Threema b28d3ad71b Add missing files for v5.7.0 1 yıl önce
..
benches b28d3ad71b Add missing files for v5.7.0 1 yıl önce
src b28d3ad71b Add missing files for v5.7.0 1 yıl önce
tests b28d3ad71b Add missing files for v5.7.0 1 yıl önce
CHANGELOG.md b28d3ad71b Add missing files for v5.7.0 1 yıl önce
Cargo.toml b28d3ad71b Add missing files for v5.7.0 1 yıl önce
LICENSE-APACHE b28d3ad71b Add missing files for v5.7.0 1 yıl önce
LICENSE-MIT b28d3ad71b Add missing files for v5.7.0 1 yıl önce
README.md b28d3ad71b Add missing files for v5.7.0 1 yıl önce

README.md

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.

RustCrypto: BLAKE2

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status

Pure Rust implementation of the BLAKE2 hash function family.

Documentation

Minimum Supported Rust Version

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.

SemVer Policy

  • All on-by-default features of this library are covered by SemVer
  • MSRV is considered exempt from SemVer as noted above

License

Licensed under either of:

at your option.

Contribution

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.