pub type DefaultHashFunction = Blake3Hasher;Expand description
Fast hash function (Blake3) for consensus-related operations. Since transactions are encoded, their serializations are increased by approximately three times, making Blake3’s higher throughput beneficial for overall performance.
Aliased Type§
pub struct DefaultHashFunction { /* private fields */ }