Loading...
[Vitalik Suggests Replacing Modexp Precompiled Code with EVM Code] Vitalik Buterin stated that the Modexp precompiled code has hindered Ethereum's development due to inefficiency and complexity, increasing the ecosystem's risk of consensus failure. He proposed releasing an EIP to replace the Modexp precompiled code with EVM code of equivalent computational capacity, even though it would consume more Gas fees. Modexp is primarily used for RSA encryption and signatures, with limited application scenarios. Related programs can achieve functionality through SNARK encapsulation.