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.

你可能也喜欢

事到如今最对不起家人,币圈高手们在股票市场栽了个跟头

“事到如今,最对不起的就是家人。”这句话近期在投资圈频繁出现,道出了一场剧烈的市场反转和许多破碎的心。韩股SK海力士股价自高点腰斩,韩国综合指数年内多次熔断,美股存储板块也集体跳水。这场跨市场的暴跌,让许多曾在加密货币市场赚得第一桶金甚至财富自由的大V和交易员损失惨重,纷纷反思或宣告退圈。 由于加密市场持续低迷,而AI叙事推动韩美股市此前大涨,许多币圈投资者转而高位追逐存储类股票,却在随后的暴跌中亏损超过30%。习惯于高波动和杠杆操作的他们,在股票市场遭遇了水土不服。一方面,许多人使用高杠杆产品(如两倍做多ETF),导致跌幅被放大;另一方面,不同股市的交易规则(如韩股的盘前交易)通过链上合约传导,引发了剧烈的价格插针和清算。例如,一笔极小的盘前成交就曾导致链上永续合约闪崩,清算数千万美元。 血洗过后,投资者们开始反思。有人总结,巴菲特的长寿秘诀在于不加杠杆、永不满仓、留有现金,而普通人却常因杠杆而焦虑。多位资深交易员指出,当不同认知框架的聪明人形成共识却集体亏损时,意味着市场已超出原有认知。有人后悔跨界到认知和资金对手更强的股票市场,陷入自我否定;也有人将其视为学费,认为认清自身边界才是长久生存之道。市场能持续盈利者极少,能多走一程的,往往是那些在不同阶段看清自己能力范围的人。

marsbit14分钟前

事到如今最对不起家人,币圈高手们在股票市场栽了个跟头

marsbit14分钟前

美国参议院对加密货币法案“利益冲突”条款做出重要修订

美国参议院对一项关键加密货币法案中的“利益冲突”条款提出了重要修正。由共和党参议员汤姆·蒂利斯和民主党参议员鲁本·加列戈完成的这项修正,涉及《清晰法案》中最具争议的方面之一,旨在收紧联邦高级官员与数字资产的联系限制。 然而,修订后的文本尚未得到参议院大部分成员的审议,且国会将于8月休会,这增加了法案通过时间的不确定性。新文本被视为对白宫7月22日批准的道德准则的替代方案,预计将引入更严格的规则,限制联邦官员发行或直接参与数字资产项目。 《清晰法案》的核心目标包括厘清美国证券交易委员会与商品期货交易委员会的管辖边界、为数字商品现货市场建立明确规则,并减少加密行业的监管不确定性。法案还涉及稳定币收益、去中心化金融应用等争议话题。但若在利益冲突监管上缺乏政治共识,其他重要议题的推进将很困难。 参议院多数党领袖约翰·图恩表示,程序性投票可能在7月29日至8月1日进行,但他对法案能否在8月休会前于参议院全院通过表示怀疑。由于参议员审议最终修正案的时间所剩无几,法案很可能被推迟到国会8月休会之后。 法案中关于稳定币收益的监管规则可能直接影响美国的DeFi协议、中心化交易所和稳定币发行商。国会对稳定币持有者的计息和奖励模式的处理方式,也将影响美国公司在全球的竞争力。严格的限制可能迫使用户转向离岸平台,而更灵活的体系或可巩固美国在稳定币和数字资产市场的地位。因此,该法案的进展受到美国加密公司乃至全球数字资产市场的密切关注。

cryptonews.ru1小时前

美国参议院对加密货币法案“利益冲突”条款做出重要修订

cryptonews.ru1小时前

帕维尔·杜罗夫在俄罗斯被列为恐怖分子。这对Telegram用户意味着什么?

俄罗斯联邦金融监管局于7月30日将Telegram创始人帕维尔·杜罗夫列入恐怖分子和极端分子名单。此举源于俄罗斯联邦安全局前一天指控杜罗夫协助恐怖主义活动,指控称一个名为“Дайвинчик”的约会聊天机器人自2025年7月起被用于招募人员实施针对警察的袭击和纵火,并指责Telegram管理层未删除乌克兰特工和极端组织使用的频道与机器人。杜罗夫已被国际通缉。 被列入名单意味着杜罗夫在俄的资产将被冻结,大部分金融交易受限,同时被禁止参与选举、接触媒体和组织活动。向其账户转账可能被视为资助恐怖主义。 对于普通用户,专家指出购买Telegram Premium服务、使用通讯功能本身并不等同于资助恐怖主义或参与极端活动,无需因此删除应用或取消订阅。目前Telegram本身尚未在俄被正式列为非法组织。 此事件凸显了即时通讯平台的架构与国家司法管辖权之间的冲突,执法机构将第三方聊天机器人的活动与平台所有者责任直接关联,模糊了内容审核与基础设施控制的界限。这一举措不仅影响个人,也可能对依赖于该生态系统的合法Web3服务产生连锁反应。 此外,杜罗夫也面临法国当局的调查,指控其平台打击犯罪活动不力且与执法机构合作不足。杜罗夫本人否认所有指控。

cryptonews.ru1小时前

帕维尔·杜罗夫在俄罗斯被列为恐怖分子。这对Telegram用户意味着什么?

cryptonews.ru1小时前

交易

现货

热门文章

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

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

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

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

相关讨论

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

活动图片