Link to this headingKMAC Keccak-based MAC Link to this headingImplementation from Crypto.Hash import keccak keccak_hash = keccak.new(digest_bits=512) #TODO