public reset() as Void:
Clears the buffered text accumulated with update.
update
import klyn.cryptography mac = Hmac(SHA256()) mac.init("secret") mac.update("hello") mac.reset() print(mac.doFinal("").hex)