A Verifier is used to incrementally verify a signature. It can be obtained from a Signature
, using the verifier()
function.
Functions
fn verify(self: *Verifier) IdentityElementError || NonCanonicalError || SignatureVerificationError!void
Verify that the signature is valid for the entire message.