hash method

MemoHash hash (
  1. Uint8List bytes
)

Creates MemoHash instance from byte array.

Implementation

static MemoHash hash(Uint8List bytes) {
  return MemoHash(bytes);
}