Collection of universal hashing functions
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
polyval / build-no-std (push) Failing after 0s
polyval / test-autodetect (1.85.0, x86_64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-autodetect (macos-latest, 1.85.0, aarch64-apple-darwin) (push) Failing after 0s
polyval / test-autodetect (macos-latest, stable, aarch64-apple-darwin) (push) Failing after 0s
polyval / test-autodetect (stable, x86_64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-autodetect (sudo apt update && sudo apt install gcc-multilib, 1.85.0, i686-unknown-linux-gnu) (push) Failing after 0s
polyval / test-autodetect (sudo apt update && sudo apt install gcc-multilib, stable, i686-unknown-linux-gnu) (push) Failing after 0s
polyval / test-autodetect (ubuntu-24.04-arm, 1.85.0, aarch64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-autodetect (ubuntu-24.04-arm, stable, aarch64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-clmul (1.85.0, x86_64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-clmul (stable, x86_64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-clmul (sudo apt update && sudo apt install gcc-multilib, 1.85.0, i686-unknown-linux-gnu) (push) Failing after 0s
polyval / test-clmul (sudo apt update && sudo apt install gcc-multilib, stable, i686-unknown-linux-gnu) (push) Failing after 0s
polyval / test-soft (1.85.0, x86_64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-soft (stable, x86_64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-soft (sudo apt update && sudo apt install gcc-multilib, 1.85.0, i686-unknown-linux-gnu) (push) Failing after 0s
polyval / test-soft (sudo apt update && sudo apt install gcc-multilib, stable, i686-unknown-linux-gnu) (push) Failing after 0s
polyval / test-cross (armv7-unknown-linux-gnueabi) (push) Failing after 0s
polyval / test-cross (powerpc-unknown-linux-gnu) (push) Failing after 0s
polyval / test-miri (aarch64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-miri (x86_64-unknown-linux-gnu) (push) Failing after 0s
polyval / test-wasm (push) Failing after 0s
Workspace / benches (push) Has been cancelled
ghash / build (stable, thumbv7em-none-eabi) (push) Has been cancelled
ghash / build (1.85.0, thumbv7em-none-eabi) (push) Has been cancelled
ghash / build (1.85.0, wasm32-unknown-unknown) (push) Has been cancelled
ghash / build (stable, wasm32-unknown-unknown) (push) Has been cancelled
ghash / benches (push) Has been cancelled
ghash / test (1.85.0) (push) Has been cancelled
ghash / test (stable) (push) Has been cancelled
poly1305 / build (1.85.0, thumbv7em-none-eabi) (push) Has been cancelled
poly1305 / build (1.85.0, wasm32-unknown-unknown) (push) Has been cancelled
poly1305 / build (stable, thumbv7em-none-eabi) (push) Has been cancelled
poly1305 / build (stable, wasm32-unknown-unknown) (push) Has been cancelled
poly1305 / autodetect (1.85.0, x86_64-unknown-linux-gnu) (push) Has been cancelled
poly1305 / autodetect (stable, x86_64-unknown-linux-gnu) (push) Has been cancelled
poly1305 / autodetect (sudo apt update && sudo apt install gcc-multilib, 1.85.0, i686-unknown-linux-gnu) (push) Has been cancelled
poly1305 / autodetect (sudo apt update && sudo apt install gcc-multilib, stable, i686-unknown-linux-gnu) (push) Has been cancelled
poly1305 / avx2 (1.85.0, x86_64-unknown-linux-gnu) (push) Has been cancelled
poly1305 / avx2 (stable, x86_64-unknown-linux-gnu) (push) Has been cancelled
poly1305 / avx2 (sudo apt update && sudo apt install gcc-multilib, 1.85.0, i686-unknown-linux-gnu) (push) Has been cancelled
poly1305 / avx2 (sudo apt update && sudo apt install gcc-multilib, stable, i686-unknown-linux-gnu) (push) Has been cancelled
poly1305 / soft (1.85.0, x86_64-unknown-linux-gnu) (push) Has been cancelled
poly1305 / soft (stable, x86_64-unknown-linux-gnu) (push) Has been cancelled
poly1305 / soft (sudo apt update && sudo apt install gcc-multilib, 1.85.0, i686-unknown-linux-gnu) (push) Has been cancelled
poly1305 / soft (sudo apt update && sudo apt install gcc-multilib, stable, i686-unknown-linux-gnu) (push) Has been cancelled
poly1305 / cross (aarch64-unknown-linux-gnu) (push) Has been cancelled
poly1305 / cross (powerpc-unknown-linux-gnu) (push) Has been cancelled
Security Audit / Security Audit (push) Has been cancelled
Workspace / clippy (push) Has been cancelled
Workspace / rustfmt (push) Has been cancelled
|
||
| .github | ||
| benches | ||
| ghash | ||
| poly1305 | ||
| polyval | ||
| .clippy.toml | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
| SECURITY.md | ||
RustCrypto: Universal Hash Functions
Collection of Universal Hash Functions written in pure Rust.
Crates
| Name | Crates.io | Documentation | MSRV |
|---|---|---|---|
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!
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.