mapPrefix method

Uint8List mapPrefix()

Implementation

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