public reset() as Void:
Resets the buffered text accumulated with update.
update
import klyn.cryptography md = SHA256() md.update("hello") md.reset() print(md.digestInfo("").hex)