std::crypto::ed25519

verify

fn bool verify(char[] message, char[] signature, char[] public_key)
Verify the signature of a message.

Parameters