hashString static method

MemoHash hashString(
  1. String hexString
)

Creates MemoHash instance from hex-encoded string

Implementation

static MemoHash hashString(String hexString) {
  return MemoHash.string(hexString);
}