pub trait HashAlgorithm: Sealed { const CODE: u32; const NAME: &'static str; }
A hashing algorithm.
The code of the algorithm.
The name of the algorithm.