Blockstream's SHRINCS Shrinks Bitcoin's Post-Quantum Backup Signature

Blockstream Research swept nearly 26,000 candidate parameter sets and found a backup post-quantum signature roughly 25% smaller than the current NIST standard, without weakening security. It's an incremental result, but it points at how bitcoin might survive a future quantum computer.
BY DEREK CHU6 MIN READ

Live Bitcoin market data

Editorial illustration of a complex cryptographic lattice compressing into a protected Bitcoin signature
SHRINCS compresses a proposed post-quantum backup signature for Bitcoin. Illustration: Bitcoin Almanack.

The problem SHRINCS is trying to solve

Every Bitcoin transaction is authorized by a digital signature built on elliptic-curve cryptography — the same category of math that secures most of the internet. That math has one theoretical weakness: a sufficiently powerful quantum computer could recover a private key from an exposed public key, then spend the coins it controls. No machine capable of that exists today, and nobody knows if or when one will. But migrating an entire monetary network to new cryptography is a multi-year undertaking, which is why researchers are building and testing replacements now rather than waiting for a working quantum computer to force the issue.
SHRINCS, proposed by Blockstream Research, is one candidate for that replacement. Its full name matters less than what it does: it's a hash-based signature scheme, meaning its security rests entirely on properties of the SHA-256 hash function — the same function bitcoin already relies on for mining and addresses — rather than on elliptic curves that a quantum computer could theoretically break.

A signature with two modes

SHRINCS gives each key two ways to sign. The everyday path is compact and fast, starting around 324 bytes and growing by about 16 bytes with each additional signature the same key produces — small by post-quantum standards, but the tradeoff is that this path needs the signer to keep track of internal state, similar to remembering which page of a one-time-use signature book you're on. The second path is a stateless fallback that works even if that internal state is ever lost, at the cost of a much larger signature.
That fallback is built on the same design as SPHINCS+, a hash-based scheme the U.S. National Institute of Standards and Technology (NIST) has already standardized as SLH-DSA. Blockstream's contribution wasn't a new cryptographic primitive — it was a more efficient way to configure the existing one for bitcoin's specific constraints: transaction bytes are expensive block space, every signature has to be checked by every node on the network, and keys often need to be generated on resource-constrained hardware wallets.

What the parameter sweep actually found

A SPHINCS+-style signature is built from layers of Merkle trees, and five parameters control the shape of that structure: how tall the tree is, how many layers it has, how many smaller "few-time" trees sit at the bottom, and a couple of settings that trade signature size against the computational cost of generating and verifying it. Every combination of those parameters is a different tradeoff between signature size, key generation speed, signing speed, and verification cost.
Blockstream tested 25,935 combinations, narrowed to 9,182 that met bitcoin's practical requirements (128-bit security, a large enough signature budget, and a size smaller than the existing standard), then ranked the survivors by how close they came to an ideal balance of all five metrics. The result: a candidate about 5.7 kilobytes — roughly 25% smaller than the current 7,856-byte NIST-standard signature — while also being cheaper to generate and verify, and a second option that trims a bit more size at a higher signing cost. Blockstream also released an open-source explorer so other researchers can run the same search with their own priorities and check the results themselves.
WHY IT MATTERS
Even after this optimization, hash-based signatures remain far larger than bitcoin's current 64-byte Schnorr signatures — the stateful path starts at 5x bigger, and the stateless fallback is roughly 90x bigger. That gap is exactly why post-quantum signatures aren't being deployed today: any future upgrade has to weigh real security benefits against real costs to block space and node performance. Work like this doesn't solve that tradeoff, but it makes the eventual upgrade less costly whenever the network decides it's needed.

What to watch next

1.Whether other researchers propose competing parameter sets using Blockstream's open-source explorer.
2.Whether SHRINCS or a rival design gets picked up as an actual Bitcoin Improvement Proposal (BIP) for a future soft fork.
3.Whether hardware wallet makers begin testing key generation and signing performance for stateful schemes like this one.

Frequently asked questions

Why does bitcoin need post-quantum signatures at all?

Bitcoin's current signatures rely on elliptic-curve cryptography. A sufficiently powerful quantum computer could, in theory, recover a private key from an exposed public key and spend the funds it protects. No such machine exists today, but migrating the whole network to new cryptography would take years, so researchers are building the replacement well ahead of the threat.

What is SHRINCS?

SHRINCS is a hash-based signature scheme proposed by Blockstream Research as a practical post-quantum option for bitcoin. It offers a compact everyday signing path and a larger stateless fallback path, with security resting only on the SHA-256 hash function bitcoin already uses.

How much smaller is SHRINCS than the current NIST standard?

Blockstream's search across nearly 26,000 parameter combinations found a stateless fallback signature roughly 25% smaller than SLH-DSA (the NIST-standardized version of SPHINCS+), while also cutting verification cost by about 28%.
SOURCES & DATA
Education, not financial advice. See our editorial process and corrections policy.
TERMS IN THIS STORY
Derek Chu
Bitcoin Almanack's editorial byline for on-chain data, holder behavior, exchange flows, network activity, and technical market structure.
Sources, standards & corrections
Sources are linked inline. Read our editorial information, AI disclosure and corrections policy, or report an error.