rlphash function
Creates SHA-3 hash of the RLP encoded version of the input.
Implementation
Uint8List rlphash(dynamic a) {
return keccak(Rlp.encode(a));
}
Creates SHA-3 hash of the RLP encoded version of the input.
Uint8List rlphash(dynamic a) {
return keccak(Rlp.encode(a));
}