Function cryptoxide::ed25519::verify[][src]

pub fn verify(message: &[u8], public_key: &[u8], signature: &[u8]) -> bool
Expand description

Verify that a signature is valid for a given message for an associated public key