public reset() as Void:
import klyn.cryptography md = SHA256() md.update("hello") md.reset() print(md.digestInfo("").hex)