Trait suzume::Key

source ·
pub trait Key {
    fn verify(self, plain: &str, signature: Vec<u8>) -> Result<bool, Error>;
}

Required Methods§

Implementors§