[go: up one dir, main page]

ghash 0.2.3

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

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

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