pub fn verify_detached_signature(
    sig: &DetachedSignature,
    msg: &[u8],
    pk: &PublicKey
) -> Result<(), VerificationError>
👎 Deprecated:

Insecure cryptography, do not use in production

Expand description

Verify the detached signature