Implement the SHA-256 precompile at address 0x02.
0x02
lib/eevm/precompiles/sha256.ex
60 + 12 * ceil(byte_size(input) / 32)
:crypto.hash(:sha256, input)
Precompiles.execute/3