Skip to main content

VerificationKey

Trait VerificationKey 

Source
pub trait VerificationKey {
    // Required method
    fn verify(&self, v: &[u8], sig: &[u8], alg: &str) -> Result<()>;
}

Required Methods§

Source

fn verify(&self, v: &[u8], sig: &[u8], alg: &str) -> Result<()>

Implementors§