[][src]Trait ophelia::BlsSignatureVerify

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

Associated Types

Loading content...

Required methods

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

Loading content...

Implementors

Loading content...