pubdev/ethereum_util/hash library
Functions
-
keccak(
dynamic a, {int bits = 256}) → Uint8List - Creates Keccak hash of the input
-
keccak256(
dynamic a) → Uint8List - Creates Keccak-256 hash of the input, alias for keccak(a, 256).
-
ripemd160(
dynamic a, {bool padded = false}) → Uint8List - Creates RIPEMD160 hash of the input.
-
rlphash(
dynamic a) → Uint8List - Creates SHA-3 hash of the RLP encoded version of the input.
-
sha256(
dynamic a) → Uint8List - Creates SHA256 hash of the input.