[badges.maintenance]
status = "experimental"
[dependencies.universal-hash]
default-features = false
version = "0.3"
[dependencies.zeroize]
default-features = false
optional = true
version = "1.0.0-pre"
[dev-dependencies.hex-literal]
version = "0.1"
[features]
std = ["universal-hash/std"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing\na Message Authentication Code (MAC)\n"
documentation = "https://docs.rs/polyval"
edition = "2018"
keywords = ["aes-gcm-siv", "crypto", "universal-hashing"]
license = "MIT OR Apache-2.0"
name = "polyval"
readme = "README.md"
repository = "https://github.com/RustCrypto/universal-hashes"
version = "0.3.0"