Breaking
ESRoban el Tesoro de Villena, uno de los conjuntos de la Edad de Bronce más valiosos de EuropaTRŞampiyonlar Ligi 2026-2027 sezonu kura çekimi torbaları belli olduFRActualités judiciaires et faits divers : Caen et Saint-DenisCRYPTO-FRNvidia rachète Hugging Face pour 12,9 milliards de dollarsDESturzflut an der Grenze zwischen Nepal und China fordert mindestens 160 TodesopferAUFire at Pakistan hospital kills 14 infantsFRNetflix diffusera un aperçu exclusif de GTA 6CN尼泊爾與中國邊境山區發生大規模山崩與洪災,至少165人喪生ESGrupo de hackers Jabaroot filtra datos de 70.000 agentes de seguridad marroquíesESCientíficos advierten sobre riesgo de represas naturales tras riada en el HimalayaESRoban el Tesoro de Villena, uno de los conjuntos de la Edad de Bronce más valiosos de EuropaTRŞampiyonlar Ligi 2026-2027 sezonu kura çekimi torbaları belli olduFRActualités judiciaires et faits divers : Caen et Saint-DenisCRYPTO-FRNvidia rachète Hugging Face pour 12,9 milliards de dollarsDESturzflut an der Grenze zwischen Nepal und China fordert mindestens 160 TodesopferAUFire at Pakistan hospital kills 14 infantsFRNetflix diffusera un aperçu exclusif de GTA 6CN尼泊爾與中國邊境山區發生大規模山崩與洪災,至少165人喪生ESGrupo de hackers Jabaroot filtra datos de 70.000 agentes de seguridad marroquíesESCientíficos advierten sobre riesgo de represas naturales tras riada en el Himalaya
NewsgatherNewsgather
All StoriesWorldSportsFinanceTechScience
Sign In
All StoriesWorldSportsFinanceTechScienceHealthCultureClimatePoliticsSpace
NewsgatherNewsgather

Real-time global news intelligence. Curated by humans, powered by data.

Sections

All StoriesWorldSportsFinanceTechScience

More

HealthCultureClimatePoliticsSpace

Company

AboutEditorial StandardsAdvertisingCareersPressContact

©️ 2026 Newsgather. A product by All Software 24. All rights reserved.

Privacy PolicyCookie PolicyImprintTerms of UseContent and Editorial PolicyRemoval RequestAdvertising PolicyContact
Back|Blockstream Proposes SHRINCS as Post-Quantum Signature Solution for Bitcoin
Blockstream Proposes SHRINCS as Post-Quantum Signature Solution for Bitcoin
Tech
Cointelegraph·3 hours ago·Tech·5 min read

Blockstream Proposes SHRINCS as Post-Quantum Signature Solution for Bitcoin

The research firm introduces a hash-based signature scheme designed to maintain Bitcoin's transaction throughput against future quantum threats.

Quick Look

  • Blockstream has released a Bitcoin Improvement Proposal for SHRINCS, a hash-based post-quantum signature scheme.
  • Designed to mitigate quantum threats to Bitcoin's security, the scheme aims to preserve transaction throughput without requiring radical changes to block size.

AI-generated summary

Why It Matters

Quantum computers pose a theoretical threat to Bitcoin by potentially reversing private keys from public keys. Blockstream is researching post-quantum signature schemes to secure the network.

Font size

Blockstream co-founder and CEO Adam Back has a reputation as a quantum computer skeptic who believes the technology is so immature the threat won’t materialize for decades.

Which makes it all the more fascinating that his company is one of the leaders in researching practical solutions to the issue. Back told Cointelegraph earlier this year “the safe thing” is to prepare for the threat well in advance.

Blockstream has already proven its experimental post-quantum signature scheme called SHRINCS works in production on its Liquid sidechain and a Bitcoin Improvement Proposal for SHRINCS was published earlier today.

Blockstream Research’s Jonas Nick called it “the first concrete proposal for a post-quantum signature scheme designed specifically for Bitcoin.” But he added that “SHRINCS is not intended to be Bitcoin’s ‘final’ signature scheme, and it is not optimal along every axis.

”I do think it is a very good trade-off among the options we have now,” he said.

While the timeline is hotly debated, scientists agree that sufficiently advanced quantum computers will be able to reverse engineer private keys from public keys, thereby undermining Bitcoin’s security and enabling the theft of billions. That’s why the race is on to develop ways to upgrade Bitcoin to make it safe from attack.

One of Blockstream’s most promising areas of study has been in optimizing post-quantum signature schemes for Bitcoin’s requirements to enable the blockchain to keep more of the existing properties Bitcoiners hold dear.

The current crop of post-quantum secure hash and lattice-based signature schemes endorsed by the National Institute of Standards and Technology are between 38 and 123 times larger than Bitcoin’s existing ECDSA and Schnorr signatures.

Deploying any of them in Bitcoin could slow the blockchain down to a fraction of 1 TPS. Ethereum’s post-quantum team plans to deal with this issue by aggregating signatures using a tiny zero-knowledge proof for each block. That’s under consideration for Bitcoin too, and if implemented, it would see Bitcoin actually run faster than it does today, as a single proof takes less blockspace than a bunch of signatures. But in the Bitcoin world, adding zero-knowledge proofs would be a fairly radical change and face a steep uphill battle to garner enough support for activation.

Blockstream is considering that option too, but has wisely separated the proposal from the much more palatable option of figuring out how to shrink the size of NIST-approved hash based post-quantum signatures by around 13.23 times.

In December 2025, Blockstream researchers Jonas Nick and Mikhail Kudinov unveiled the SHRINCS signature scheme, and the opcode proposal was published in May. It’s a hash-based post-quantum signature scheme that has a minimum size of 548 bytes (plus the 48 byte public key) but can grow as large as 4,619 bytes.

“SHRINCS is the most Bitcoin-native post-quantum signature design anyone has produced,” explains Marin Ivezic, author of PostQuantum.com and founder of Applied Quantum.

“[It has] full BIP-39 seed recovery, and security resting on the same SHA-256 assumptions Bitcoin mining already depends on.”

He tells Magazine the scheme is still at an early stage and hasn’t been audited, nor has it benefited from the years of public cryptanalysis the NIST signatures have weathered.

But he says even at this early stage, it’s a serious contender.

“It is real code that has signed real transactions on Liquid mainnet, and I rate it the strongest answer yet to going post-quantum without wrecking Bitcoin’s block economics.”

Despite being much smaller than most post-quantum signatures, SHRINCS will still be around nine times larger than Bitcoin’s existing Schnorr signatures, which are 64 bytes, or the older ECDSA signatures, which are 70 bytes.

It might seem logical to assume that a signature nine times larger than the current ones would require Bitcoin’s block size to increase nine times to compensate, but Ivezic explains that’s not the case due to Bitcoin’s Segregated Witness.

“Under SegWit, signature bytes fit in the witness and take a quarter as much as other transaction data,” he says.

According to estimates published in Blockstream’s earlier research (using slightly different parameters), Bitcoin could run at 6.5 transactions per second if everyone used Taproot’s Schnorr signatures (about 80% of people don’t). The blockchain’s speed would drop to 0.5 TPS if Bitcoin used the NIST-approved lattice-based signature ML-DSA and to just 0.36 TPS using the NIST-approved hash-based signature SPHINCS+.

But employing SHRINCS, the blockchain could run at 3 TPS, which is similar to today.

SHRINCS was tested in production on the Liquid sidechain in March this year — they even included a copy of the Bitcoin white paper. So if it works in production, everything is fine and Bitcoin’s quantum problems are solved, right?

As the BIP warns, “a security proof is TODO” meaning that the research is promising but it is not yet a cryptographically mature proposal that has been fully validated.

It also introduces additional complexity to Bitcoin.

Every signature uses a new one-time key, and one of the reasons SPHINCS+ is so large is because it wraps all of those one-time keys in a multi-layer hash tree structure that makes the scheme stateless.

SHRINCS does away with all of that to save on space, and just stores used keys on your device (which is known as stateful) so it can quickly check keys aren’t being reused. The drawback is that signatures get larger by 16 bytes each time they are used, and if you lose your device, it requires a very large “stateless fallback” transaction around 5,777 bytes to recover.

Yoon Auh, founder of BOLTS Technologies, says in reducing the size, SHRINCS’ designers added “statefulness, compact signing paths, fallbacks, assumptions about how many times a seed is initialized, and rules for when devices must switch to larger stateless signatures.”

“That may be pragmatic engineering, but it is also complexity and fragility introduced largely to maximize throughput and minimize computation cycles. In Bitcoin, every new consensus rule becomes a permanent maintenance obligation, and every wallet-side assumption becomes a possible user failure mode.”

Blockstream has been researching and optimizing the scheme throughout 2026. Just last week it demonstrated that SHRINCS, and a range of other post quantum signature schemes, can effectively run on common hardware wallets. The BIP carries the warning however that some of the complexities associated with running this on low powered hardware wallets are not without risk:

SHRINCS keys generated using hypertree pruning for the stateless component are not compatible with SHRINCS implementations which do not support hypertree pruning. In fact, importing a key across such incompatible implementations may result in lost funds.

In March, the lab published a companion scheme called SHRIMPS, which would be used in conjunction with SHRINCS to enable backup devices initialized from the same seed to be able to sign transactions. It’s not clear from the draft BIP if the scheme will be incorporated.

Blockstream has also been experimenting with lattice-based signature schemes, which are generally smaller than hash-based schemes but are seen as less proven and less reliable. It’s also considering the use of ZK proof aggregation of signatures. It estimates that if ZK proofs are used in conjunction with SHRINCS, Bitcoin’s speed could double to 6.7 TPS.

Blockstream has wisely separated the choice of signatures from questions around increasing the block size or adding ZK proof aggregation, as considering them together could sink the adoption of SHRINCS. Every post quantum upgrade to Bitcoin will be controversial and hard to gather enough support to activate.

“The binding constraint in Bitcoin’s quantum migration isn’t cryptography, it’s governance,” says Ivezic. “Between BIP-360, BIP-361, SHRINCS and STARKs, the engineering menu is filling up fast. What Bitcoin lacks is a mechanism for choosing from it before the clock runs out.”

What to Watch

AI outlook — possibilities, not facts

  • Continued research and debate on Bitcoin post-quantum migration.

    Very likely · Within months

Open Questions

  • ?Will the Bitcoin community support the implementation of SHRINCS?
  • ?How will the security proof for SHRINCS be validated?

Related Topics

People
Organizations
Topics
This article was originally published by Cointelegraph.

Quick Look

  • Blockstream has released a Bitcoin Improvement Proposal for SHRINCS, a hash-based post-quantum signature scheme.
  • Designed to mitigate quantum threats to Bitcoin's security, the scheme aims to preserve transaction throughput without requiring radical changes to block size.

AI-generated summary

Story signals

News tone
Neutral
Emotional intensity
Medium
News value
Moderate
Follow-up likelihood
Likely
Relevance window
Months

Source & Reliability

Source
Cointelegraph
Story type
Feature
Source quality
Full
Published
3 hours ago
Last updated
3 hours ago

Related Stories

More on this topic
Alibaba to Preview Qwen 3.8-Flash-Next Model
Tech·1 hour ago

Alibaba to Preview Qwen 3.8-Flash-Next Model

Alibaba is set to release Qwen 3.8-Flash-Next, a 125-billion-parameter model previewing the upcoming Qwen 4 architecture. Utilizing a mixture-of-experts design, the model activates only 6 billion parameters per token to optimize computing efficiency.

Decrypt
2 min read
OpenAI reports Russian network used ChatGPT for influence campaign
Tech·1 hour ago

OpenAI reports Russian network used ChatGPT for influence campaign

OpenAI identified a Russia-linked network using ChatGPT to create content for the fake 'International Burke Institute.' The campaign used VPNs to bypass regional restrictions and generated misleading articles to influence public opinion, though its reach remained limited.

Decrypt
2 min read
StarkWare researcher executes first quantum-resistant Bitcoin transaction
Tech·1 hour ago

StarkWare researcher executes first quantum-resistant Bitcoin transaction

StarkWare researcher Avihu Levy successfully executed the first quantum-resistant Bitcoin transaction on the mainnet using his 'Quantum Safe Bitcoin' (QSB) scheme. The test, processed by MARA Pool, demonstrates that quantum-resistant spending is possible under current rules.

Cointelegraph
2 min read
Solana Mainnet Implements First Slot-Time Reduction to 350ms
Tech·1 hour ago

Solana Mainnet Implements First Slot-Time Reduction to 350ms

Solana has successfully reduced its mainnet slot time from 400ms to 350ms following the activation of a feature gate at epoch 1020. The change aims to shorten block-level feedback cycles, with further reductions to 200ms planned in future stages.

CryptoSlate
2 min read
Ethereum Developers Propose Flexible Staking Deposit System for Future Quantum-Resistant Keys
Tech·1 hour ago

Ethereum Developers Propose Flexible Staking Deposit System for Future Quantum-Resistant Keys

Ethereum developers have introduced a proposal to update the network's staking deposit contract, enabling support for future quantum-resistant validator keys and a mechanism to eventually retire the current BLS signature format.

CryptoSlate
2 min read
MultiversX Launches Supernova Testnet to Decouple Consensus from Execution
Tech·3 hours ago

MultiversX Launches Supernova Testnet to Decouple Consensus from Execution

MultiversX has launched its Supernova testnet, an architectural upgrade that decouples transaction execution from consensus. By allowing validators to agree on blocks before processing transactions, the network aims to reduce latency and improve throughput.

Cointelegraph
3 min read
More on this topic
bitcoin
blockstream
quantum computing
bitcoin
Adam Back
Jonas Nick
Mikhail Kudinov
Marin Ivezic
Blockstream
National Institute of Standards and Technology
BOLTS Technologies
Applied Quantum
blockstream
quantum computing
cryptography
shrincs
blockchain
bitcoin
bitcoin