universal-hash 0.4.1

Trait for universal hash functions
Documentation
[package]
name = "universal-hash"
version = "0.4.1" # Also update html_root_url in lib.rs when bumping this
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "Trait for universal hash functions"
documentation = "https://docs.rs/universal-hash"
repository = "https://github.com/RustCrypto/traits"
keywords = ["crypto", "mac"]
categories = ["cryptography", "no-std"]
readme = "README.md"
edition = "2018"

[dependencies]
generic-array = "0.14"
subtle = { version = "=2.4", default-features = false }

[features]
std = []

[package.metadata.docs.rs]
all-features = true