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