Collection of universal hashing functions
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Reynard User 32401105ef
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
chore: sync dependencies (monorepo)
2026-04-17 10:39:36 +02:00
.github poly1305: rename poly1305_force_soft => poly1305_backend="soft" (#323) 2026-02-28 12:20:19 -07:00
benches chore: sync dependencies (monorepo) 2026-04-06 15:20:47 +02:00
ghash chore: sync dependencies (monorepo) 2026-04-06 15:20:47 +02:00
poly1305 chore: sync dependencies (monorepo) 2026-04-06 15:20:47 +02:00
polyval chore: sync dependencies (monorepo) 2026-04-17 10:39:36 +02:00
.clippy.toml polyval: expand clippy lints (#263) 2026-01-24 19:34:16 -07:00
.gitignore polyval: remove use of ARMv8 crypto feature (#137) 2021-08-27 08:48:30 -06:00
Cargo.toml Move Criterion benches into separate benches crate (#306) 2026-02-11 17:28:22 +03:00
README.md README.md: consolidate badges 2025-05-30 08:53:44 -06:00
SECURITY.md Add SECURITY.md 2023-04-23 20:06:18 -06:00

RustCrypto: Universal Hash Functions

Project Chat Apache2/MIT licensed dependency status HAZMAT

Collection of Universal Hash Functions written in pure Rust.

Crates

Name Crates.io Documentation MSRV
ghash crates.io Documentation MSRV 1.85
poly1305 crates.io Documentation MSRV 1.85
polyval crates.io Documentation MSRV 1.85

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.