polyval 0.4.5

POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC)
Documentation
[dependencies.opaque-debug]
version = "0.3"

[dependencies.universal-hash]
default-features = false
version = "0.4"

[dependencies.zeroize]
default-features = false
optional = true
version = "1"
[dev-dependencies.hex-literal]
version = "0.2"

[features]
force-soft = []
mulx = []
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", "aes-gcm-siv", "crypto", "ghash", "universal-hashing"]
license = "Apache-2.0 OR MIT"
name = "polyval"
readme = "README.md"
repository = "https://github.com/RustCrypto/universal-hashes"
version = "0.4.5"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpuid-bool]
version = "0.2"