pub trait HasReversibleKeyPrefix<P>: ReversibleKeyGenerator + HasKeyPrefix<P> {
    fn decode_partial_key(key_material: &[u8]) -> Result<Self::Suffix, Error>;
}Expand description
Trait indicating whether a ReversibleKeyGenerator has the prefix P.
pub trait HasReversibleKeyPrefix<P>: ReversibleKeyGenerator + HasKeyPrefix<P> {
    fn decode_partial_key(key_material: &[u8]) -> Result<Self::Suffix, Error>;
}Trait indicating whether a ReversibleKeyGenerator has the prefix P.