RustCrypto / universal-hashes

Collection of universal hashing functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RustCrypto: Universal Hash Functions Rust Version dependency status

Collection of Universal Hash Functions written in pure Rust.

Crates

Name Crates.io Documentation Build Status
ghash crates.io Documentation build
poly1305 crates.io Documentation build
polyval crates.io Documentation build

Minimum Supported Rust Version

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.

Usage

Crates functionality is expressed in terms of traits defined in the universal-hash crate.

License

All crates 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.

About

Collection of universal hashing functions


Languages

Language:Rust 100.0%