pub type DefaultHasher = Sha256;
The default hasher. Currently sha256
struct DefaultHasher { /* private fields */ }