polyval 0.3.3

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

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

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

[dev-dependencies.criterion-cycles-per-byte]
version = "0.1.1"

[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.3"