To Counter Quantum Threat, Ethereum Abandons Poseidon and Switches to Traditional Hashes

marsbit发布于2026-08-14更新于2026-08-14

文章摘要

On August 13th, Ethereum researcher Justin Drake announced a strategic pivot in the face of the quantum computing threat: the Ethereum Foundation will abandon the SNARK-friendly hash function Poseidon at the L1 level in favor of traditional hash functions like SHA2 or BLAKE2. This decision, informed by eight years of research, represents a major shift in Ethereum's post-quantum cryptography roadmap. Poseidon, introduced in 2019, has been favored for zkRollups and zkVMs due to its efficiency within SNARK circuits. However, its shorter cryptographic history and analysis timeline became liabilities when post-quantum security became a critical requirement. The change is enabled by breakthroughs in SNARK design, particularly the adoption of "binary field" arithmetic. This allows traditional hash functions (which rely heavily on bitwise operations) to be verified efficiently in SNARKs, with recent benchmarks achieving millions of hashes per second on a laptop. Another key driver is the accelerating timeline of the quantum threat. Reports warn that "Cryptographically Relevant Quantum Computers" (CRQCs) could break current public-key cryptography (like ECDSA) as early as the 2030s, risking trillions in on-chain assets. The enhanced cryptanalysis capabilities of AI have also weakened some post-quantum candidates, pushing Ethereum towards hash-based schemes, deemed more quantum-resistant. Ethereum's post-quantum deployment plan aims for a production-ready leanVM by 2027, followed b...

Author: ChandlerZ, Foresight News

On August 13, Ethereum researcher Justin Drake announced on X that the Ethereum Foundation has decided to abandon the SNARK-friendly hash algorithm Poseidon at the L1 layer in favor of traditional hash functions like SHA2 or BLAKE2.

This decision is the culmination of eight years of research, tens of millions of dollars in investment, and a significant revision to the post-quantum cryptography roadmap.

Since its introduction in 2019, Poseidon has been regarded as an ideal hashing solution for applications like zkRollups and zkVMs. Its structure made it cheaper and more efficient within SNARK circuits compared to traditional binary-operation-based hash functions. However, when post-quantum security became a hard requirement for Ethereum, Poseidon's limitations began to surface.

Justin Drake stated that this shift is thanks to a breakthrough in SNARK design, specifically an "binary field" arithmetic approach that enables traditional hash functions to perform comparably to previously SNARK-optimized designs like Poseidon within SNARK circuits. A single laptop can now verify approximately 1 million traditional hash invocations per second.

The article notes that Poseidon has been a mainstream SNARK-friendly hash scheme since 2019, providing security for applications like zkRollups and zkVMs. Drake indicated that plans show a production-ready leanVM is expected to launch in 2027, with deployment across the consensus, data, and execution layers slated for 2028. The Ethereum Foundation's post-quantum team is also accelerating research related to binary fields.

Why Now?

The main barrier preventing traditional hashes from being used in SNARKs has long been computational language differences. SHA2, BLAKE2s, and Keccak heavily use Boolean operations like XOR and bit shifts. Traditional SNARKs typically handle arithmetic over large prime fields, and simulating each bit operation incurs high constraint costs. Poseidon was designed directly around prime field arithmetic, achieving higher proving speeds with fewer constraints at the cost of a shorter algorithmic history requiring ongoing cryptanalysis.

Binary fields switch the underlying mathematics to the smallest prime field containing only 0 and 1, using binary extension fields to handle larger data. Bit operations can thus be directly incorporated into the proof system. SNARKs are now adapting to traditional hashes, shifting the technical focus from designing SNARK-friendly hashes to designing hash-friendly SNARKs.

The Binius proposal by Jim Posen and Benjamin Diamond in 2023 demonstrated a path using binary tower field SNARKs. The Flock paper by Benedikt Bünz, Ron Rothblum, and William Wang was uploaded to arXiv on July 29, 2026, reporting benchmarks of 82,000 BLAKE3 compressions, 42,000 SHA-256 compressions, and 30,000 Keccak permutations proven per second on a single M4 Max core, with 10-core BLAKE3 throughput exceeding 660,000 operations per second.

Drake noted that laptops can now prove about 1 million traditional hash invocations per second, at a cost roughly 100 times that of native CPU Boolean computation. SNARK.fast reportedly reached 1.8 million BLAKE3 operations per second on an M3 Max just days ago.

leanVM in 2027, Three-Layer Deployment in 2028

Another key reason for abandoning Poseidon is the accelerating timeline for post-quantum security. Project Eleven's "The Quantum Threat to Blockchains - 2026 Report" warns that the rapid development of quantum computers poses a serious threat to blockchain security. Once a "Cryptographically Relevant Quantum Computer" (CRQC) emerges, Shor's algorithm could quickly break asymmetric encryption like ECDSA (used by Bitcoin and most public chains) and RSA. Q-Day (the day of quantum decryption) is estimated to potentially arrive between 2030 and 2033, putting trillions of dollars in on-chain assets at risk.

Because blockchain public keys are static long-term and cannot be rolled back, migration is extremely difficult. The report recommends immediately initiating Post-Quantum Cryptography (PQC) migration, including quantum-resistant signature schemes based on lattices and hashes, and transitioning gradually via hybrid schemes to prevent a full-scale quantum threat outbreak.

Justin Drake warned that AI's enhanced capabilities in cryptanalysis have already impacted lattice-based scheme HAWK and isogeny-based scheme SQIsign. This has forced the Ethereum Foundation to place its bet on hash-based schemes, which are considered more resilient against quantum attacks.

Previously, Ethereum published its post-quantum roadmap, including deploying a production-ready leanVM in 2027 and completing deployment across the consensus, execution, and data availability layers in 2028. leanVM is a minimal zero-knowledge virtual machine designed for post-quantum signature aggregation and is seen as a core component of the overall strategy.

In March 2026, the Ethereum Foundation launched pq.ethereum.org as a post-quantum security resource hub. Over 10 client teams have begun running weekly post-quantum interoperability devnets. The Foundation also established the $1 million Poseidon Prize and an equal-sized Proximity Prize to advance post-quantum cryptography research. Vitalik Buterin has repeatedly emphasized that post-quantum security is a necessary condition for Ethereum's "walkaway test"—Ethereum cannot "ossify" until it achieves quantum safety.

The hash function switch does not alter the overall structure of Ethereum's post-quantum roadmap. The BLS signatures currently used by validators rely on elliptic curves. The future scheme will still be based on hash signatures like leanXMSS, with leanVM then compressing a large number of signatures into one small proof per block. A previous comparison on Ethereum's official page showed that a leanXMSS signature is about 3000 bytes, while a BLS signature is only 96 bytes. The data compression target for leanVM is approximately 250x.

SHA2 or BLAKE2s have longer histories of public analysis, allowing the EF to reduce the time spent waiting for Poseidon parameters to undergo years of cryptanalysis. Drake's strawmap points to a production-ready leanVM in 2027 and deployment across the consensus, data, and execution layers in 2028.

Competitive Race, Solana Chooses Falcon

Ethereum is not the only major public chain preparing for the post-quantum era. The Solana Foundation released its post-quantum security roadmap in April 2026. Its core developer teams, Anza and Jump Crypto's Firedancer, independently reached the same conclusion, selecting the same post-quantum signature scheme: Falcon.

Falcon is one of the NIST-standardized post-quantum signature schemes. Its signatures are compact, making it suitable for high-throughput blockchain environments like Solana.

After independent research, the two major validator client development teams, Anza and Firedancer, both selected the post-quantum digital signature scheme Falcon and have publicly shared initial implementation code on GitHub. The current roadmap has three phases: continuous evaluation of Falcon and alternatives; adopting post-quantum schemes for new wallets once the quantum threat materializes; and finally, migrating existing wallets en masse. Additionally, Blueshift's Solana Winternitz Vault has been running in the ecosystem for over two years and was cited earlier this year in a Google Quantum AI whitepaper as a leading industry case study.

The Solana Foundation stated that a material threat from quantum computing is still years away, so immediate migration is not necessary. However, research, infrastructure, and ecosystem coordination are ready, allowing for a rapid launch when the time comes, with minimal expected impact on network performance.

Starknet is currently the closest point of comparison to the EF's new direction. StarkWare's roadmap, announced on June 30, outlines a three-phase process. The first phase will replace the Pedersen hash algorithm with BLAKE2 for state commitments, contract addresses, and network configuration, while also introducing post-quantum consensus signatures like Falcon-512. The second phase focuses on migration tools for traditional contracts. The third phase addresses external dependencies still tied to Ethereum, including bridge system calls and blob data availability, and depends on Ethereum's own migration path.

Compared to other public chains, Ethereum has chosen a path of "establishing standards first, then modifying code." Abandoning Poseidon for SHA2/BLAKE2 is a choice for more mature and widely validated cryptographic primitives in the post-quantum era.

热门币种推荐

相关问答

QWhat was the main reason for Ethereum's decision to abandon the Poseidon hash algorithm at the L1 layer?

AThe main reason was to meet the mandatory requirement for post-quantum security. While Poseidon was efficient for SNARK circuits, its limitations and the need for stronger defenses against future quantum threats led to the shift. Recent breakthroughs in SNARK design using 'binary fields' now allow traditional hash functions like SHA2 or BLAKE2 to perform nearly as efficiently as Poseidon in SNARK circuits, making them a more mature and cryptographically analyzed choice for the post-quantum era.

QWhat is the significance of 'binary fields' in relation to SNARK design mentioned in the article?

ABinary fields shift the underlying mathematics of SNARKs to a field consisting only of 0s and 1s (or use binary extension fields). This allows bit-level operations (like XOR and shifts, common in traditional hash functions) to be processed directly by the proof system. This breakthrough enables SNARKs to efficiently verify traditional hash functions, changing the technical focus from designing SNARK-friendly hashes to designing hash-friendly SNARKs.

QAccording to the article, what are the key timeline milestones in Ethereum's post-quantum migration roadmap?

AThe key milestones are the planned launch of a production-ready leanVM in 2027, followed by the deployment across the consensus layer, data availability layer, and execution layer in 2028. leanVM is a minimal zero-knowledge virtual machine designed for post-quantum signature aggregation, which is a core component of the strategy.

QWhich post-quantum signature scheme has Solana's development community selected, and what was a key factor in this choice?

ASolana's core developer teams (Anza and Jump Crypto's Firedancer) independently selected the Falcon signature scheme. A key factor in this choice is that Falcon is a NIST-standardized post-quantum signature scheme known for its compact signatures, making it suitable for high-throughput blockchain environments like Solana.

QHow does Starknet's post-quantum migration roadmap compare to Ethereum's new direction?

AStarknet's roadmap aligns closely with Ethereum's new direction. Its first stage involves replacing the Pedersen hash algorithm with BLAKE2 for various functions and introducing a post-quantum consensus signature like Falcon-512. Subsequent stages focus on migration tools for traditional contracts and resolving external dependencies tied to Ethereum. The final stage's progress depends on Ethereum's own migration path, indicating a coordinated approach within the broader ecosystem.

你可能也喜欢

QCP Capital分析师解释比特币为何在63,000美元附近停滞不前

QCP Capital 最新报告指出,比特币当前在63,000美元附近陷入停滞,未能突破近期交易区间。分析师认为,此次回调并非由单一行业催化剂引发,而是数字资产同时面临多项跨市场压力:地缘政治风险上升、油价走强、全球流动性不确定性以及市场对整体向好的美国宏观数据反应疲软。 报告指出,比特币展现了韧性,吸收了多则负面消息而未出现大幅破位下跌,但缺乏上行动力。美国通胀数据持续放缓,7月CPI和PPI均低于预期,且就业数据疲软,降低了市场对货币政策迅速收紧的预期,但比特币价格反应平淡。这表明,除了宏观数据,交易头寸、流动性状况和整体风险偏好等因素同样关键。 美国数字资产监管正沿两条路径发展:国会立法进程推迟,但SEC等监管机构仍在持续推进相关工作。此外,企业国库(如Strategy)的双向操作(既买入也卖出比特币)使得资金流动情况变得更加复杂,需关注其流动性状况和资产出售政策。 地缘政治方面,霍尔木兹海峡航运谈判持续,不确定性支撑油价高位运行,进而通过影响通胀预期和长期债券收益率,间接对加密货币等流动性敏感资产构成压力。 历史季节性显示,8月和9月比特币通常表现疲软,但当前市场结构因ETF和机构参与已发生变化,季节因素更多提供背景参考而非预测依据。 QCP总结认为,比特币正消化多种相互竞争的力量,展现了韧性但缺乏向上突破的动能。后续需关注PCE数据、杰克逊霍尔研讨会及9月FOMC会议等关键事件,它们将测试当前震荡区间能否在季节性淡季中维持。

cryptonews.ru21分钟前

QCP Capital分析师解释比特币为何在63,000美元附近停滞不前

cryptonews.ru21分钟前

DeepSeek故意做了一个难用的Agent?

DeepSeek近期战略转向引发关注。模型价格方面,V4 Pro不再延续低价策略,而新发布的智能体框架DeepSeek Harness则将焦点转向了模型运行时的底层基础设施。 过去,DeepSeek通过打造强大且价格低廉的模型,并开源开放,成功构建了以模型调用量为核心的生态。如今,其战略重心似乎从争夺模型调用量,转向了争夺调用发生的位置——即智能体(Agent)的运行时环境。 DeepSeek Harness的设计理念一反当前AI产品将复杂性封装给用户的趋势。它没有提供一个“开箱即用”的完整Agent产品,而是将构成Agent的模型、工具、技能、工作流等组件拆解为可自由替换和组合的模块,甚至允许动态加载和卸载插件。其底层内核Cordis致力于解决插件的时空可组合性问题,旨在让Agent能在运行过程中自我调整和进化,根据任务目标实时构建所需能力。 更值得注意的是,Harness并未强制绑定DeepSeek自家的模型,允许接入其他厂商的模型。这表明其野心可能不在于推销特定模型,而在于定义和控制下一代Agent的运行时标准,类似于操作系统在软件生态中的角色。 因此,V4 Pro的涨价与Harness的发布可被视为一体两面:模型开始扮演为整个生态持续提供动力的“发动机”角色,而Harness则旨在构建一个吸引开发者的底层平台。其当前相对“难用”和面向开发者的特性,恰恰反映了它优先服务于生态建设者而非普通用户的初期策略。DeepSeek的长期目标,或许是推动Agent从预定义的产品,进化为能够动态自我构建和演化的新型软件形态。

marsbit57分钟前

DeepSeek故意做了一个难用的Agent?

marsbit57分钟前

预测市场的价值、增长与风险

文章探讨了预测市场的巨大潜力、快速增长及伴随的监管与消费者保护问题。预测市场通过简单的“是/否”合约让用户对各种事件结果进行交易,价格直接反映市场认为的该结果发生概率。其核心价值在于提供高效的风险对冲工具和优于传统民调的概率预测,并能吸引用户进入平台,部分最终转化为长期投资者。以Robinhood为例,其预测市场收入已超过加密货币和股票交易。 增长主要由体育赛事(如世界杯)驱动,预测市场正在大量吸纳传统体育投注的用户和交易量。然而,这引发了严重的法律和监管争议。美国商品期货交易委员会(CFTC)认为事件合约属于其监管的衍生品,而许多州政府则视其为体育投注,应受州级监管并纳税,双方已展开多起诉讼。监管归属的模糊性带来了不确定性。 更突出的问题是消费者保护。数据显示,多数普通用户在预测市场中亏损,而专业交易者获利丰厚。平台营销方式(如推广高风险的“串关”投注)与传统投注平台类似,但针对问题性投注行为的保护措施(如年龄限制、自我排除机制)却主要依赖平台自律,而非法律强制要求,这可能导致消费者受损。 文章最后提出改进建议:将消费者保护机制内置于产品设计中,对体育类合约实施更严格的保护与税收,并利用预测市场的吸引力引导用户转向长期储蓄和投资产品,借鉴英国“有奖债券”的历史经验,将投机冲动转化为财务健康。 作者认为预测市场是“更好的市场”,但当前对普通消费者并不更友好。他呼吁平台、监管机构和州政府尽快合作,建立更完善的保护框架,以避免未来可能出现的严厉监管反弹,从而损害该市场的真正价值。

marsbit3小时前

预测市场的价值、增长与风险

marsbit3小时前

交易

现货

热门文章

加密市场宏观研报:美国“加密货币周”来袭,ETH开启机构军备赛高潮

本周,加密市场迎来两股重磅催化——华盛顿“加密货币周”的立法攻势与以太坊机构布局的密集爆发,共同构成加密行业2025年下半年的“政策拐点”与“资金拐点”。这一轮加密周期的深层逻辑,正从比特币转向以太坊、稳定币及链上金融基础设施。我们认为:美国的政策明朗化+以太坊的机构化扩展,标志着加密行业正进入结构性转正阶段,市场配置的重心亦应逐步从“价格博弈”过渡至“规则+基础设施的制度红利捕捉”。

2.2k人学过发布于 2025.07.17更新于 2025.07.17

加密市场宏观研报:美国“加密货币周”来袭,ETH开启机构军备赛高潮

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对ETH(ETH)币价的意见。

活动图片