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.

Required Methods§

Implementations on Foreign Types§

Implementors§