Hashpõhine
Hashpõhine, or hash-based, is a class of cryptographic constructions that derive security from cryptographic hash functions rather than number-theoretic problems. The core idea is to use properties of hash functions—preimage resistance, second preimage resistance, and collision resistance—to build digital signatures, authentication schemes, and public-key cryptosystems. Because their security is not tied to factoring or discrete logarithms, hash-based systems are regarded as candidates for post-quantum cryptography.
Early and simple methods include Lamport signatures, which provide a one-time signature scheme; Winternitz signatures improve
In modern practice, hash-based signatures such as XMSS (eXtended Merkle Signature Scheme) and XMSSMT (multi-tree) form
Security and standards: hash-based signatures are believed resistant to quantum attacks as long as the underlying
Limitations include larger signature sizes and, for some constructions, the need to manage state; SPHINCS+ is