[−][src]Function sp_io::crypto::sr25519_verify
pub fn sr25519_verify(sig: &Signature, msg: &[u8], pubkey: &Public) -> bool
Verify an sr25519
signature.
Returns true
when the verification in successful.
pub fn sr25519_verify(sig: &Signature, msg: &[u8], pubkey: &Public) -> bool
Verify an sr25519
signature.
Returns true
when the verification in successful.