Function nettle::ecdsa::verify

source ·
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.