ewasm / design

Ewasm Design Overview and Specification
Apache License 2.0
1.02k stars 125 forks source link

Add keccak256 precompile at address 0x00..09 #73

Closed axic closed 6 years ago

axic commented 6 years ago

Meanwhile I've realised that it cannot be used by evm2wasm due to the gas cost of call and it also doesn't matter anymore, because evm2wasm is runtime only and the output code size is irrelevant (mostly).

However, since keccak256 is such a widely used feature I think it deserves its well know address (at least for now).