pub trait KeyEn: Serialize + Sized { fn encode_key(&self) -> Box<[u8]> { ... } }
Methods used to encode the KEY.
Encode original key type to bytes.