BTC $77,284.56 +0.13%
ETH $2,511.33 -0.50%
BNB $721.85 -0.63%
XRP $1.36 -0.39%
SOL $101.38 -0.17%
TRX $0.3413 +0.41%
DOGE $0.0843 -0.65%
ADA $0.2087 +0.34%
BCH $224.66 -0.43%
LINK $11.44 -0.78%
HYPE $78.81 -1.21%
AAVE $126.79 +0.52%
SUI $0.7208 -0.40%
XLM $0.1805 +0.12%
ZEC $1,103.91 -1.94%
AAPL $330.73 -0.72%
AMZN $254.50 -0.79%
GOOGL $338.36 -0.84%
MSFT $492.05 -0.60%
META $644.29 -0.69%
NVDA $215.65 -1.22%
TSLA $362.70 -1.25%
SNDK $1,574.11 -3.02%
INTC $99.25 -2.71%
SPCX $149.22 -0.62%
MU $939.16 -2.86%
AMD $502.56 -2.58%
BTC $77,284.56 +0.13%
ETH $2,511.33 -0.50%
BNB $721.85 -0.63%
XRP $1.36 -0.39%
SOL $101.38 -0.17%
TRX $0.3413 +0.41%
DOGE $0.0843 -0.65%
ADA $0.2087 +0.34%
BCH $224.66 -0.43%
LINK $11.44 -0.78%
HYPE $78.81 -1.21%
AAVE $126.79 +0.52%
SUI $0.7208 -0.40%
XLM $0.1805 +0.12%
ZEC $1,103.91 -1.94%
AAPL $330.73 -0.72%
AMZN $254.50 -0.79%
GOOGL $338.36 -0.84%
MSFT $492.05 -0.60%
META $644.29 -0.69%
NVDA $215.65 -1.22%
TSLA $362.70 -1.25%
SNDK $1,574.11 -3.02%
INTC $99.25 -2.71%
SPCX $149.22 -0.62%
MU $939.16 -2.86%
AMD $502.56 -2.58%

cryptography

All
Article
Flash

first_img Ethereum developers propose upgrading the staking contract to defend against quantum attacks

According to CoinDesk, Ethereum researchers have proposed rebuilding the validator deposit contract to support a new cryptographic system and ultimately stop accepting deposits protected by the existing BLS signatures. This proposal targets the deposit contract, aiming to add a switch that prevents the network from accepting the currently relied-upon signature format.Currently, the contract only accepts BLS keys because their exact size is hardcoded, while the new draft allows for different key sizes, with each deposit tagged by the cryptographic system used, where BLS receives a tag of zero, reserving space for future schemes.If the proposal is approved, it will initially operate with BLS deposits, while other schemes can be registered simultaneously. Future decisions may permanently disable new BLS deposits, at which point validators who have staked using BLS keys will not disappear, but new validators will not be able to join using this method. Ethereum will ultimately need to change separately to inform validators how to check new signatures. This is part of the migration for validators, while another part is already in progress—EIP-8141 framework transaction proposals will allow regular Ethereum accounts to change the cryptographic method for approving transactions without changing their address.The urgency stems from research released in March by Google's Quantum AI research department, which outlined five quantum attack paths against Ethereum, putting over $100 billion in assets at potential risk. The Ethereum Foundation is advancing core protocol changes with a target around 2029. Currently, the amount of ETH staked in Ethereum is approximately 42.4 million, valued at about $10.4 billion.

Vitalik releases research on "local mixing" cryptography: exploring next-generation obfuscation techniques, which may become a new foundational primitive in cryptography

Ethereum co-founder Vitalik Buterin published a new article titled "Obfuscation (Part 3): Local Mixing," which delves into a cryptographic obfuscation technique being explored—"Local Mixing." He claims it may become a new foundational cryptographic tool following elliptic curves, RSA, and lattice-based cryptography.Vitalik states that current mainstream obfuscation techniques mainly rely on complex mathematical assumptions, often resulting in extremely high computational overhead. In contrast, Local Mixing adopts a completely different approach, not relying on elliptic curves, large integer factorization, or lattice cryptography. Instead, it draws on experiences from symmetric cryptography and hash function design, continuously shuffling, reconstructing, and hiding circuit structures to eliminate information leakage while maintaining functionality.The Local Mixing technique primarily includes steps such as reversibility, hardening, mixing, splitting, crossing walk, and "gadgetization." By introducing random structures into the circuit, rearranging logic gates, and employing nonlinear hiding mechanisms, it makes it difficult for attackers to recover the original computational logic.Vitalik points out that this technology is still in its early stages, with security not yet validated over the long term and facing challenges such as random attacks and linear analysis. However, he believes that Local Mixing represents a completely new path for cryptographic exploration, aiming to construct more efficient indistinguishable obfuscation (iO) schemes.If breakthroughs in Local Mixing technology are achieved, it could lead to new quantum-resistant public key encryption schemes and promote the development of general obfuscation techniques. The field still requires years of cryptanalysis and optimization validation, but AI-assisted research may significantly accelerate this maturation process. Vitalik states that obfuscation technology is seen as the "final frontier" of cryptography because, theoretically, other cryptographic primitives can be constructed based on obfuscation and one-way functions. Local Mixing may not only reduce the costs of traditional obfuscation schemes but could also become an important direction for future cryptographic infrastructure.

Claude discovered vulnerabilities in the encryption algorithm, posing a theoretical threat to post-quantum security

Anthropic announced that the Claude Mythos Preview model has made breakthroughs in cryptographic research, discovering improved attack methods against the post-quantum digital signature candidate HAWK. HAWK is a post-quantum signature candidate solicited by NIST to combat quantum computer attacks, which has already passed two rounds of expert review. However, Claude reduced the effective key strength of HAWK-256 from 2^64 to 2^38 in just 60 hours, significantly lowering the theoretical cost of cracking. HAWK has not yet been deployed in practice, and this attack currently does not affect any production systems.Claude also discovered an improved attack against 7-round AES, achieving a speed increase of 200 to 800 times. During the research process, Claude independently completed literature reviews, mathematical reasoning, and experimental validation with limited guidance from cryptographers. The HAWK attack took about 60 hours and had an API cost of approximately $100,000; the AES attack was completed independently by Claude, which generated about 1 billion tokens before proposing core innovative ideas. Anthropic researchers then spent hundreds of hours validating the results. Anthropic stated that AI models can now help identify significant flaws in cryptographic algorithms, and the cryptography community may face bottlenecks similar to those in the software vulnerability field—AI-generated research results far exceed human verification capabilities. Anthropic has collaborated with academic institutions to launch the CryptanalysisBench benchmark and coordinated disclosures with NIST authors and government partners. The research team has achieved preliminary results on algorithms such as LEA and Serpent-128. Anthropic warns that as AI capabilities improve, actual attacks against deployed systems may be discovered in the future, necessitating the establishment of response mechanisms in advance.

Vitalik: The Diamond iO exploration program "stealth" new paradigm may drive privacy computing into a new stage

Ethereum co-founder Vitalik Buterin published a new article introducing a novel cryptographic obfuscation technology called Diamond iO. This technology aims to address the extremely low efficiency of traditional indistinguishable obfuscation schemes, allowing programs to run while hiding internal logic and critical data. Although traditional iO technology possesses strong privacy protection capabilities, its operational costs are prohibitively high, making it nearly impractical. Diamond iO, by adopting more aggressive new cryptographic assumptions, enhances computational efficiency from "universe-level time consumption" to "planet-level time consumption," bringing it closer to practical application.Diamond iO is built on technologies such as Attribute-Based Encryption (ABE) and Fully Homomorphic Encryption (FHE). By encrypting programs, it allows users to execute the encrypted programs and obtain correct outputs without being able to view the internal code or hidden keys. This solution introduces a new input encoding mechanism and conditional decryption method, reducing computational complexity while ensuring the program logic remains hidden. Its core application scenarios include protecting programs that contain private keys, enabling secure software licensing, constructing trustless cryptographic services, and supporting blockchain and artificial intelligence systems with stronger privacy protection.However, Diamond iO is still in the early research stage, and its security relies on new cryptographic assumptions, including All-Product LWE and Evasive LWE, which require further research validation. At the same time, the technology still faces efficiency challenges such as high computational overhead and circuit depth limitations. Researchers believe that by optimizing underlying hash functions, improving homomorphic encryption schemes, and reducing security parameter requirements, Diamond iO is expected to become an important direction for advancing practical program obfuscation technology in the future.

BSC releases a report on quantum-resistant cryptography migration: transaction signatures have switched to ML-DSA-44, TPS testing has decreased by about 40%-50%

On May 14, BNB Chain released the "BSC Post-Quantum Cryptography Migration Report," stating that it has completed the migration testing for quantum-resistant cryptography for transaction signatures and the consensus layer, using the NIST standardized post-quantum signature algorithm ML-DSA-44 (Dilithium) and the pqSTARK aggregation scheme.The report shows that BSC has replaced transaction signatures from ECDSA to ML-DSA-44 and switched consensus voting aggregation from BLS12-381 to pqSTARK to address the potential threats posed by future quantum computing to the existing elliptic curve cryptography system. However, post-quantum signatures also significantly increase the on-chain data volume: the size of a single transaction has increased from about 110 bytes to approximately 2.5KB; the block size in a 2000 TPS scenario has increased from about 130KB to around 2MB; and the TPS in the testing environment has decreased by about 40%-50%.BSC stated that the current network bottleneck mainly comes from the larger transaction data propagation, rather than the consensus protocol itself. Meanwhile, the consensus layer aggregation still maintains high efficiency, with pqSTARK achieving a signature compression ratio of about 43:1, and the additional burden on validators remains within a controllable range. The report concludes that existing technology can achieve "quantum-resistant" deployment for blockchain, but future issues related to network bandwidth and data scalability still need to be addressed.

Ethereum Foundation releases Q1 funding list: Continuing support for ZK, cryptography, and protocol infrastructure

The Ethereum Foundation has announced the list of grants and ecosystem support projects for the first quarter of 2026, focusing on cryptography, zero-knowledge proofs (ZK), protocol security, and core infrastructure development, continuously strengthening the Ethereum underlying technology stack and long-term scalability.This quarter's funding covers several key areas. At the protocol and client level, projects include optimizations for the Geth and Erigon clients, upgrades to the Lighthouse client, and the development of network monitoring tools after the Pectra upgrade, with a focus on improving network performance and attack resistance. Additionally, projects such as HSM key management, the validator security tool Vero, and the DISC-NG node discovery mechanism have also received support to enhance node-level reliability and institutional compliance capabilities.In the areas of cryptography and ZK, the foundation continues to invest in projects such as the analysis of the Poseidon hash function, research on Gröbner basis attacks, exploration of quantum-resistant and homomorphic mixed encryption, and formal verification of RISC-V zkVM, further strengthening the security boundaries of zero-knowledge proofs and cryptographic infrastructure.In terms of the developer ecosystem, the BuidlGuidl education system upgrade, ERC standard community building, WalletConnect clear signature library, and Open Creator Rails toolchain are continuously advancing to lower development barriers and enhance user interaction security. Meanwhile, L2BEAT continues to provide transparency analysis for Layer 2, strengthening the data infrastructure for scaling ecosystems.Furthermore, the foundation supports privacy technologies (such as Tor integration and Privacy Pool SDK), decentralized identity (did:ethr standard upgrade), DAO governance research, and public goods experimental projects, covering a complete ecological structure from the protocol layer to the application layer. Overall, this round of funding continues Ethereum's long-term investment in the three core directions of "cryptography + ZK + protocol engineering," emphasizing the support for future multi-layer scaling and institutional-level application implementation through infrastructure and standardization development.
app_icon
ChainCatcher Building the Web3 world with innovations.