pub trait Key { const LEN: usize; }
Key trait.
The only usage of this trait is to indicate the key’s bytes length.
Key’s bytes length.