[−][src]Function casper_node::crypto::asymmetric_key::verify
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.