Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher.
# Cargo.toml
[dependencies]
ghash = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes a GHASH tag for given data using a 128-bit key.
Use in conjunction with AES as part of AES-GCM, not standalone for authentication.
No dependency data recorded yet.