mapPrefix method
Implementation
Uint8List mapPrefix() {
final Uint8List hash = Uint8List(32);
_hashPrefixTo(output: hash);
return hash;
}
Uint8List mapPrefix() {
final Uint8List hash = Uint8List(32);
_hashPrefixTo(output: hash);
return hash;
}