[dependencies.crypto-common]
version = "0.1.6"
[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.56"
version = "0.5.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]