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