A trait for types capable of verifying digital signatures.
The Verifier interface provides a method to verify that a signature was created by a corresponding signer for a specific message.
Verifier
Verifies a signature against a message.
The signature to verify
The message that was allegedly signed
true if the signature is valid for the message, false otherwise
true
false
A trait for types capable of verifying digital signatures.
The
Verifierinterface provides a method to verify that a signature was created by a corresponding signer for a specific message.