SHA256 implemented as a native contract.
| 428 | |
| 429 | // SHA256 implemented as a native contract. |
| 430 | type sha256hash struct{} |
| 431 | |
| 432 | // RequiredGas returns the gas required to execute the pre-compiled contract. |
| 433 | // |
nothing calls this directly
no outgoing calls
no test coverage detected