Construct a PK Verifier.
Check the signature of the buffered message, i.e. the one build by successive calls to update.
Check the signature of the buffered message, i.e. the one build by successive calls to update.
Set the format of the signatures fed to this verifier.
Add a message part (single ubyte) of the message corresponding to the signature to be verified.
Add a message part of the message corresponding to the signature to be verified.
Add a message part of the message corresponding to the signature to be verified.
Verify a signature.
Verify a signature.
Public Key Verifier. Use the verifyMessage() functions for small messages. Use multiple calls update() to process large messages and verify the signature by finally calling checkSignature().