Collection of Universal Hash Functions written in pure Rust.
Name | Crates.io | Documentation | Build Status |
---|---|---|---|
ghash |
|||
poly1305 |
|||
polyval |
⚠️ Security Warning: Hazmat!
Universal hash functions have subtle security properties and are primarily intended as a building block for constructions like AEAD algorithms.
USE AT YOUR OWN RISK!
Crates functionality is expressed in terms of traits defined in the universal-hash
crate.
All crates in this repository support Rust 1.56 or higher.
In the future, we reserve the right to change the Minimum Supported Rust Version, but it will be done with the minor version bump.
All crates 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.