StorageHasher<K>.twoxx128 constructor

const StorageHasher<K>.twoxx128(
  1. Codec<K> codec
)

Implementation

const StorageHasher.twoxx128(this.codec)
    : hasher = Hasher.twoxx128,
      concat = false;