ghash 0.4.3

Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.
Documentation
[dependencies.opaque-debug]
version = "0.3"

[dependencies.polyval]
version = "0.5.1"

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

[features]
armv8 = ["polyval/armv8"]
force-soft = ["polyval/force-soft"]
std = ["polyval/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC),\nas in the AES-GCM authenticated encryption cipher.\n"
documentation = "https://docs.rs/ghash"
edition = "2018"
keywords = ["aes-gcm", "crypto", "universal-hashing"]
license = "Apache-2.0 OR MIT"
name = "ghash"
readme = "README.md"
repository = "https://github.com/RustCrypto/universal-hashes"
version = "0.4.3"