hash static method

MemoHash hash(
  1. Uint8List bytes
)
override

Creates MemoHash instance from byte array.

Implementation

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