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

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

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