pub fn verify<T: AsRef<[u8]>>( message: T, signature: &Signature, public_key: &PublicKey, ) -> Result<(), Error>
Verifies the signature of the given message against the given public key.