RIPEMD160 implemented as a native contract.
| 447 | |
| 448 | // RIPEMD160 implemented as a native contract. |
| 449 | type ripemd160hash struct{} |
| 450 | |
| 451 | // RequiredGas returns the gas required to execute the pre-compiled contract. |
| 452 | // |
nothing calls this directly
no outgoing calls
no test coverage detected