StorageHasher<K>.twoxx256 constructor

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

Implementation

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