pub type HashFast = HashBase<Hasher>;
Expand description
Represents an alternative 256-bit hash value computed via a faster hashing algorithm.
This implementation instantiates the hash via Blake3 digest, which is usually 8-9x faster than Keccak256.
Aliased Typeยง
pub struct HashFast(/* private fields */);