crypto::ed25519

Function verify

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