Skip to content

KMAC

KMAC

  • Keccak-based MAC

Implementation

from Crypto.Hash import keccak

keccak_hash = keccak.new(digest_bits=512)
#TODO