[][src]Trait ophelia::SignatureVerify

pub trait SignatureVerify {
    type PublicKey;
    fn verify(
        &self,
        msg: &HashValue,
        pub_key: &Self::PublicKey
    ) -> Result<(), Error>; }

Associated Types

Loading content...

Required methods

fn verify(
    &self,
    msg: &HashValue,
    pub_key: &Self::PublicKey
) -> Result<(), Error>

Loading content...

Implementors

Loading content...