Trait redact_crypto::key::Verifier[][src]

pub trait Verifier {
    fn verify(
        &self,
        msg: ByteSource,
        signature: ByteSource
    ) -> Result<(), CryptoError>; }

Required methods

Implementors