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