Cryptographic Assumption Break
A hash function, signature scheme, or proving system that a network depends on proves weaker than assumed, undermining ownership, history, or validity.
运作方式
Digital assets rest on a small set of primitives: a hash function that fixes history, a signature scheme that proves authorization, and increasingly a proving system that certifies that a batch of computation was done correctly. Each rests on an assumption that a specific problem stays hard, and those assumptions erode as mathematics and hardware advance. Implementation is a separate exposure: reused signature nonces have leaked private keys from otherwise sound schemes, weak randomness has produced guessable keys, and a soundness bug in a zero-knowledge circuit would let someone prove a state transition that never legitimately happened. Because addresses and history are permanent, a break is not confined to new activity; it reaches back over everything already recorded.
实际可观测的内容
Identify which primitives and curves the chain uses, whether any proving system involved required a trusted setup and how many independent participants took part in the ceremony, and whether the circuits have been independently audited or formally verified. Check whether the protocol has any path to rotate signature schemes without a hard fork, such as account abstraction or a versioned address format. Public incident histories for wallet software show whether randomness or nonce handling has failed in that ecosystem before.
先例
Practical collisions were demonstrated against SHA-1 in 2017, decades after it was widely considered adequate, illustrating that primitives usually degrade gradually in the literature and then fail abruptly in practice.
哪些因素使其更重要或更不重要
Consider whether the design depends on a single primitive or several, whether a trusted setup exists and how it was run, whether the protocol can rotate schemes without a hard fork, and how much supply sits at addresses that already expose a public key.
相关因素
适用资产范围
本因素适用类别中规模最大的资产。出现在此处,意味着该因素与此类资产相关,而非表示相关情况已经发生。