Anthropogenic Artificial Intelligence Breaks HAWK-256 in 60 Hours, Sparking Concerns Over Bitcoin

cryptonews.ru发布于2026-07-30更新于2026-07-30

文章摘要

An unpublished Anthropic AI model, Claude Mythos Preview, broke the post-quantum signature scheme HAWK-256 in about 60 hours at a cost of roughly $100,000. The AI uncovered a previously unknown symmetry in HAWK's design, reducing its security effectiveness by 50% and slashing the required work from ~2^64 to ~2^38 operations. The algorithm, a candidate in NIST's post-quantum cryptography evaluation, was subsequently withdrawn by its creators. This event does not pose an immediate threat to Bitcoin, as Bitcoin never used HAWK-256. Bitcoin currently relies on ECDSA and Schnorr signatures on the secp256k1 elliptic curve, which are unrelated. However, the incident significantly changes a key assumption in Bitcoin's post-quantum roadmap: AI is making the testing and potential breaking of complex cryptographic systems faster and more affordable. The development intensifies the debate on when Bitcoin should begin its transition to quantum-resistant cryptography. Proposals like BIP-360 (introducing P2QRH outputs using NIST-approved ML-DSA/SLH-DSA) and BIP-361 (phasing out ECDSA) are already in motion, having bypassed HAWK. The core challenge is whether AI-assisted cryptanalysis could compromise these intended replacement algorithms before the network completes its migration. Analysts warn that AI is accelerating cryptanalysis, compressing security timelines. Combined with quantum computing advances, this underscores the urgency for Bitcoin's transition. Reports estimate roughly 6.7...

An unreleased anthropogenic AI model broke a post-quantum signature scheme in roughly 60 hours, raising anew a question Bitcoin developers have yet to answer: when should the network begin transitioning to quantum-resistant cryptography?

The findings pose no immediate threat to Bitcoin. HAWK-256 has never been used on the network, and no existing wallets are affected. But it changes an important assumption underlying Bitcoin's post-quantum roadmap: artificial intelligence is making testing and potentially breaking complex cryptographic systems faster and cheaper.

What Mythos Did to Hawk and What It Cost

On July 28, Anthropic announced that its Claude Mythos Preview model, available to a select group of approved users, discovered an attack on HAWK-256, the final candidate for a lattice-based signature still under evaluation in NIST's third round of post-quantum cryptography, which had not been previously documented.

The AI uncovered a hidden symmetry in HAWK's design that experts had overlooked, leading to a security reduction that cut the algorithm's effective strength in half and reduced the estimated work factor from approximately 2^64 to 2^38 operations. According to Anthropic's research blog, the attack took about 60 hours and cost an estimated $100,000 in compute, and was executed by a researcher without formal cryptography training.

The cryptographic community's response was swift. Sophie Schmieg of Google stated, "Effectively, with this paper, the HAWK algorithm is dead." Matthew Green of Johns Hopkins University noted that while the research contained no groundbreaking math, it represented a new combination of existing techniques. Ars Technica reported that HAWK's creators pulled the algorithm from public access the next day.

Why All Bitcoin Wallets Remain Unaffected

The result does not affect Bitcoin.

Bitcoin uses the ECDSA algorithm on the secp256k1 elliptic curve, which is unrelated to HAWK. This algorithm was never implemented in Bitcoin, any blockchain, or commercial software. Its failure occurred during a verification process designed to find flaws before deployment.

Bitcoin's anticipated migration has already moved past HAWK. In February 2026, BIP-360 was submitted to the Bitcoin Improvement Proposal repository, introducing a new output type known as P2QRH, which uses ML-DSA and SLH-DSA—two algorithms finalized by NIST in 2024 after years of public vetting. Furthermore, in April 2026, Jameson Lopp and others presented BIP-361—a proposal for phasing out ECDSA in Bitcoin. HAWK was not included in either BIP-360 or BIP-361.

The Test That Will Define the Start of the Migration

As discussed on TFTC, the key question is whether AI-powered cryptanalysis could ultimately crack the algorithms Bitcoin hopes to use, namely ML-DSA or SLH-DSA. If either of these algorithms is found vulnerable before the network completes its migration, the strategy of waiting for mature standards may become moot.

The economics are also changing. Anthropic reported that significant cryptanalysis can now be conducted in roughly 60 hours for about $100,000, making this type of testing far more reproducible. Intelligence agencies like the NSA or GCHQ are almost certainly conducting similar work behind the scenes, meaning public results likely lag private ones.

Researchers drew parallels between this case and AGU, another post-quantum contender that withstood years of research but was ultimately attacked within an hour on a laptop in 2022. AI seems to be accelerating this trend.

Why the Timeline Keeps Shrinking

Cryptopolitan previously reported that AI cryptanalysis is lowering expectations for when quantum attacks may become viable. A 2026 Forrester quantum security report makes a similar claim, warning that novel algorithms are "overnight" shrinking security timelines by minimizing the computing resources needed to solve complex encryption problems. It predicts alarming Q-Day related security threats by 2030.

Google has also accelerated its efforts, setting a goal to phase out RSA and elliptic-curve cryptography in its systems by 2029 and expressing a desire for other companies to follow suit.

For Bitcoin, the situation is critical, as analysts cited by TheStreet estimated that approximately 6.7 million Bitcoin worth nearly $600 billion sitting in wallets could potentially be vulnerable to a sufficiently advanced quantum computer. Additionally, a study titled "Quantum Horizon" claims that about 2.3 million Bitcoin would be lost forever to quantum attacks, and that there is a one-in-six chance a quantum computer capable of breaking cryptography will be operational by 2035. Therefore, the authors argue Bitcoin's main challenge is no longer hardware, but whether the network can successfully transition before the technology becomes available.

What Cryptography Does Bitcoin Use?

Bitcoin uses several different cryptographic primitives, each serving its purpose. Importantly, Bitcoin does not encrypt transactions. Instead, it relies on cryptography for authentication, integrity, and achieving consensus. Here is a detailed breakdown:

Function Cryptography Used Purpose Vulnerable to Quantum Computing?
Digital Signatures Signatures ECDSA (legacy) and Schnorr (Taproot) on the secp256k1 elliptic curve Prove ownership of bitcoin Yes (Shor's Algorithm)
Hashing (Proof-of-Work) SHA-256 Mining and block hashing Significantly less affected (Grover's algorithm offers only quadratic speedup)
Address Generation RIPEMD-160 + SHA-256 Create Bitcoin addresses from public keys Not directly vulnerable like signatures
Merkle Trees SHA-256 Verify transaction inclusion in blocks Much less impacted

Concerns focus on Bitcoin's digital signatures (ECDSA and Schnorr) being vulnerable to future quantum computers using Shor's algorithm. Therefore, developers and researchers are exploring how Bitcoin could transition to post-quantum signature schemes, such as hash-based or lattice-based alternatives, through future protocol upgrades. Any such transition would require broad consensus in Bitcoin due to its impact on wallets, transactions, and consensus rules.

The HAWK attack did not directly affect Bitcoin because Bitcoin does not use HAWK. However, the result demonstrates how AI can accelerate cryptanalysis and shorten the time required to evaluate or break new cryptographic schemes. Combined with recent advances in quantum algorithms, these developments underscore the urgency of Bitcoin developers' efforts to prepare for a transition to a post-quantum architecture.

热门币种推荐

相关问答

QWhat algorithm did the AI successfully attack and why is this significant for Bitcoin?

AThe AI successfully attacked HAWK-256, a lattice-based signature scheme candidate undergoing NIST evaluation. This is significant for Bitcoin because, while HAWK-256 is not used by Bitcoin, the event demonstrates how AI can drastically accelerate the analysis and potential breaking of complex cryptographic systems. It underscores the pressure on Bitcoin to transition to quantum-resistant cryptography before such AI-accelerated attacks, or quantum computers themselves, threaten its current signature algorithms (ECDSA/Schnorr).

QAccording to the article, why are existing Bitcoin wallets currently unaffected by the attack on HAWK-256?

AExisting Bitcoin wallets are unaffected because Bitcoin uses the ECDSA (and Schnorr) digital signature algorithm on the secp256k1 elliptic curve. HAWK-256 has never been implemented or used in the Bitcoin network or any blockchain software. The algorithm's failure occurred during the public vetting process designed to find flaws before any deployment.

QWhat are the names of the proposed Bitcoin Improvement Proposals (BIPs) mentioned for quantum resistance, and which algorithms do they propose?

AThe article mentions BIP-360 and BIP-361. BIP-360 proposes a new output type (P2QRH) using the ML-DSA and SLH-DSA algorithms, which were finalized by NIST in 2024. BIP-361 proposes a phased deprecation of ECDSA in Bitcoin. HAWK-256 is not included in either proposal.

QHow did the capabilities of AI, as shown in the HAWK-256 attack, change the economics and feasibility of cryptographic testing?

AThe AI-powered attack on HAWK-256 was completed in about 60 hours at a cost of approximately $100,000. This makes significant cryptanalysis far more reproducible and accessible. It suggests that intelligence agencies and other entities can conduct similar testing more easily and privately, potentially discovering vulnerabilities faster than the public research community.

QBased on the article, what is the primary threat timeline and concern for Bitcoin regarding quantum computing, and what is the main challenge for the network?

AAnalysts cited in the article suggest a quantum computer capable of breaking current cryptography could be operational by 2035 (with a 1-in-6 chance). The primary concern is that approximately 6.7 million Bitcoin (worth nearly $600 billion) in vulnerable wallets could be at risk. The main challenge for the Bitcoin network is not necessarily the hardware timeline, but whether it can successfully execute a coordinated transition to post-quantum cryptographic standards before such a powerful quantum computer becomes available.

你可能也喜欢

中国已形成专供神经网络内容使用的“人脸租赁”市场

在中国,一个全新的生物特征数据许可市场已经形成。普通公民、前演员、群众演员和网红可以合法出租自己的面部图像,用于人工智能生成的内容,该模式已广泛应用于微短剧、广告和电子游戏制作。专业数字平台为制片人提供丰富的面容目录,项目方则根据需求选择合适的类型。 例如,深圳的ActID和成都的New Claw等服务平台允许用户自行设定其数字分身的使用范围并定价,价格在15至700美元之间。为避免恶性竞争,New Claw设置了每张图像74美元的最低价格。平台负责人指出,出售肖像权成为一种可靠的增收方式,且行业对真实人类面容需求旺盛,因为完全合成的面孔常因不自然而影响观感。 数据显示,行业规模增长迅速。根据2026年5月发布的报告,2026年第一季度全国上线约12.8万部微短剧,其中AI微短剧占比超过95%,显示视频内容生产正加速转向自动化。 该新兴市场的关键特点包括:按年龄、性别和具体类型(如“邻家女孩”、“粗犷型”)精细筛选;权利人可严格限制自身数字形象的使用场景;提供生物特征数据无需传统表演技能。 分析认为,对真实生物特征数据的需求与“恐怖谷”效应有关。完全合成的面部常因不自然的微表情引发观众潜意识排斥,而使用真实照片为基础能保留算法目前难以凭空生成的细微神态。这标志着行业从纯粹生成转向混合建模,人类成为“活体模板”。 此发展模式也带来了新的脆弱性。研究人员警告存在未经许可克隆外貌的风险,数字版权保护技术目前滞后于生成式模型的进步。如何在商业利益与个人数据安全之间取得长期平衡,仍是待解课题。

cryptonews.ru27分钟前

中国已形成专供神经网络内容使用的“人脸租赁”市场

cryptonews.ru27分钟前

交易

现货

热门文章

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

2025年5月22日,比特币价格正式突破11万美元大关,创下历史新高。在政策面、宏观经济、资金面与投资者结构共同作用下,一场结构性牛市浪潮正在展开。而此轮上涨背后的核心驱动,是美国《GENIUS稳定币法案》的实质性进展以及多项利好的叠加。本文将从政策端突破、宏观环境转向、链上与ETF资金结构、交易行为演化,以及重点受益赛道五大维度,全面解析此轮BTC再创新高的深层逻辑,并前瞻下半年市场的潜在趋势。

1.8k人学过发布于 2025.05.22更新于 2025.05.22

加密市场宏观研报:《GENIUS Act》法案取得重大进展,BTC突破历史新高,后市全新展望

相关讨论

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

活动图片