universal-hash 0.6.0-pre.0

Traits which describe the functionality of universal hash functions (UHFs)
Documentation
[dependencies.crypto-common]
version = "=0.2.0-pre.5"

[dependencies.subtle]
default-features = false
version = "2.4"

[features]
std = ["crypto-common/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Traits which describe the functionality of universal hash functions (UHFs)"
documentation = "https://docs.rs/universal-hash"
edition = "2021"
keywords = ["crypto", "mac"]
license = "MIT OR Apache-2.0"
name = "universal-hash"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
rust-version = "1.65"
version = "0.6.0-pre.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]