Function commonware_cryptography::bls12381::primitives::ops::verify

source ยท
pub fn verify(
    public: &Public,
    msg: &[u8],
    signature: &Signature,
) -> Result<(), Error>
Expand description

Verifies the signature with the provided public key.