Function evercrypt::ed25519::eddsa_verify[][src]

pub fn eddsa_verify(pk: &Point, signature: &Signature, msg: &[u8]) -> bool
Expand description

Verify signature signature on message msg with public key pk. Returns true if the signature is valid and false otherwise.