klyn.cryptography.Signature.reset
method
public reset() as Void:
Description

Clears the buffered text accumulated with update.

import klyn.cryptography

signature = RSAPSSSignature(SHA256())
signature.reset()
print(signature.algorithm)