Type Hasher [src]
The type used for hashing file contents. Currently, this is SipHash128(1, 3), because it
provides enough collision resistance for the Manifest use cases, while being one of our
fastest options right now.
Source
pub const Hasher = crypto.auth.siphash.SipHash128(1, 3)