keccak256 function
Creates Keccak-256 hash of the input, alias for keccak(a, 256).
Implementation
Uint8List keccak256(dynamic a) {
return keccak(a);
}
Creates Keccak-256 hash of the input, alias for keccak(a, 256).
Uint8List keccak256(dynamic a) {
return keccak(a);
}