polyval 0.6.2

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

[dependencies.opaque-debug]
version = "0.3"

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

[dependencies.zeroize]
default-features = false
optional = true
version = "1"

[dev-dependencies.hex-literal]
version = "0.3"

[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
a Message Authentication Code (MAC)
"""
documentation = "https://docs.rs/polyval"
edition = "2021"
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"
rust-version = "1.56"
version = "0.6.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(any(target_arch = "aarch64", target_arch = "x86_64", target_arch = "x86"))'.dependencies.cpufeatures]
version = "0.2"