ewasm-precompiles icon indicating copy to clipboard operation
ewasm-precompiles copied to clipboard

Implementation of the Ethereum precompiled contracts in Rust.

Results 4 ewasm-precompiles issues
Sort by recently updated
recently updated
newest added

Closes #36 This PR adds support for [EIP152](https://eips.ethereum.org/EIPS/eip-152). Each test case described in the document is passing and benchmarking on my personal laptop suggests this is fast enough. The 1200...

See https://github.com/ethereum/EIPs/issues/152

help wanted