public reset() as Void:
import klyn.cryptography mac = Hmac(SHA256()) mac.init("secret") mac.update("hello") mac.reset() print(mac.doFinal("").hex)