Function nettle::ecdsa::verify[][src]

pub fn verify(public: &Point, digest: &[u8], signature: &Signature) -> bool
Expand description

Verify signature of digest using the key public. Returns true if the signature is valid.