Module hash

Source
Expand description

Hash precompiles, it contains SHA-256 and RIPEMD-160 hash precompiles More details in sha256_run and ripemd160_run

Constants§

RIPEMD160
RIPEMD-160 precompile
SHA256
SHA-256 precompile

Functions§

ripemd160_run
Computes the RIPEMD-160 hash of the input data
sha256_run
Computes the SHA-256 hash of the input data