Trait ophelia::BlsSignatureVerify[][src]

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

Associated Types

Required methods

Implementors