ghash 0.5.1

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.6.2"

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

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

[features]
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),
as in the AES-GCM authenticated encryption cipher.
"""
documentation = "https://docs.rs/ghash"
edition = "2021"
keywords = ["aes-gcm", "crypto", "universal-hashing"]
license = "Apache-2.0 OR MIT"
name = "ghash"
readme = "README.md"
repository = "https://github.com/RustCrypto/universal-hashes"
rust-version = "1.56"
version = "0.5.1"