Skip to main content

Stateful Signatures

Definition

Stateful signatures are a type of digital signature scheme where the signing key changes after each use, requiring the signer to maintain and update a state variable. Reusing a signing key with an outdated state can compromise security. This design offers strong security properties, particularly against quantum computer attacks, but introduces management complexities. They are often contrasted with stateless signature schemes.