Function edcert::ed25519::verify [] [src]

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

This method takes a data vector, a signature and a public key and returns true, if the signature has been created using the correct private key.