BTC $83,778.37 -2.06%
ETH $2,661.84 -2.00%
BNB $774.62 -0.64%
XRP $1.49 -5.03%
SOL $114.49 -1.91%
TRX $0.3398 -0.51%
DOGE $0.0936 -5.62%
ADA $0.2398 -3.56%
BCH $335.76 -5.71%
LINK $12.38 -2.37%
HYPE $91.92 -3.40%
AAVE $140.01 -4.37%
SUI $0.9724 -3.62%
XLM $0.2020 -4.95%
ZEC $1,505.44 -7.67%
AAPL $336.45 -1.31%
AMZN $246.56 -2.62%
GOOGL $337.14 -3.56%
MSFT $492.75 -1.66%
META $754.82 +1.97%
NVDA $222.75 -2.49%
TSLA $377.09 -1.48%
SNDK $1,787.00 -5.42%
INTC $120.19 -1.99%
SPCX $146.90 -3.89%
MU $1,053.24 -3.90%
AMD $604.61 -2.96%
BTC $83,778.37 -2.06%
ETH $2,661.84 -2.00%
BNB $774.62 -0.64%
XRP $1.49 -5.03%
SOL $114.49 -1.91%
TRX $0.3398 -0.51%
DOGE $0.0936 -5.62%
ADA $0.2398 -3.56%
BCH $335.76 -5.71%
LINK $12.38 -2.37%
HYPE $91.92 -3.40%
AAVE $140.01 -4.37%
SUI $0.9724 -3.62%
XLM $0.2020 -4.95%
ZEC $1,505.44 -7.67%
AAPL $336.45 -1.31%
AMZN $246.56 -2.62%
GOOGL $337.14 -3.56%
MSFT $492.75 -1.66%
META $754.82 +1.97%
NVDA $222.75 -2.49%
TSLA $377.09 -1.48%
SNDK $1,787.00 -5.42%
INTC $120.19 -1.99%
SPCX $146.90 -3.89%
MU $1,053.24 -3.90%
AMD $604.61 -2.96%

vitalik

Vitalik Buterin is one of the co-founders of Ethereum and one of the most influential developers and thought leaders in the cryptocurrency field. He first proposed the concept of Ethereum in 2013, aiming to create a decentralized platform that supports the development of smart contracts and decentralized applications (DApps). Vitalik's contributions are not limited to technological innovation but also include profound insights into blockchain governance, scalability, and security. His work has driven the widespread application and development of blockchain technology.
All
Article
Flash

first_img Vitalik: Cybersecurity is inherently defensive, holding cryptocurrency is a bet on this

Ethereum founder Vitalik Buterin stated that he disagrees with the common view that "AI hackers mean cybersecurity is doomed to fail." He believes that once people clarify their thoughts, cybersecurity naturally leans towards the defensive side, and anyone who continues to hold cryptocurrencies (including himself, with about 90% of his net worth) is implicitly betting on this point.Vitalik stated: If AI can prove the Navier-Stokes equations and Fermat's Last Theorem, it can also prove "this program is secure" as a mathematical theorem, even if the program is very complex. He used the encrypted communication application Signal as an example to illustrate that the definition of "security" is extremely complex, covering forged messages, active interference, server breaches, key leaks, hardware side channels, and more. The definition is smaller and more composable than the attack surface, and verifying whether the definition is sufficient is more feasible than directly scanning the code.He pointed out that historically, failures often occur because only the self-identified critical parts of security are verified while neglecting the rest of the code. Today, the entire program must be verified, including the database, network, and cache layers, which modern AI can achieve. This is not a competition to see who discovers vulnerabilities first, but rather to make the code itself more resilient. Vitalik stated that this is the direction for Ethereum in the coming years; without this step, especially for blockchains with scalability and privacy, there is no future. It is necessary to make the software truly secure, and significant progress has already been made.

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.

Vitalik: The current roadmap of Ethereum adds directions such as enhanced privacy, post-quantum scalability, and native Rollups

Vitalik Buterin stated that he has compared the 2023 Ethereum roadmap with the current Strawmap, and while there is still a high degree of overlap in the overall direction, some priorities and technical paths have been clearly adjusted. This includes elevating the priority of quantum security, downplaying VDF and certain EVM improvements, and replacing old designs with unified binary trees, PBT, new state types, and other solutions.He pointed out that the most significant change in the current Strawmap is the emergence of several new topics not included in the 2023 roadmap, reflecting a shift in the focus of Ethereum's development. These new focal points include: stronger native privacy support, aggressive scaling in a post-quantum context, streamlined specifications for formal verification, Blob and Gas futures, native Rollup, and a more open design space around the future form of EVM.Vitalik also emphasized that Ethereum's scaling approach is shifting from "broadly scaling all activities" to "designing more easily scalable dedicated mechanisms for specific high-load scenarios," and views STARK proofs and AI-accelerated formal verification as important foundations for the protocol's future. Overall, this update indicates that the Ethereum roadmap is evolving towards quantum security, privacy-first, censorship resistance, high performance, and more simplified protocol design.

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.
app_icon
ChainCatcher Building the Web3 world with innovations.