Module Crypto.AES.UMAC64
- Description
 UMAC is a familty of message digest functions based on universal hashing and AES that is specified in RFC 4418. They differ mainly in the size of the resulting digest.
UMAC64 outputs a digest of 64 bits or 8 octets.
- See also
 
- Inherit UMAC64_AES
 inherit Nettle.UMAC64_AES : UMAC64_AES