#include <pubkey.h>
Inheritance diagram for VerifierTemplate:

Public Methods | |
| ~VerifierTemplate () | |
| bool | Verify (HashModule *messageAccumulator,const byte *sig)const |
| check whether sig is a valid signature for messageAccumulator, and delete messageAccumulator. More... | |
Protected Methods | |
| VerifierTemplate () | |
Definition at line 254 of file pubkey.h.
|
||||
|
|
|
||||
|
|
|
||||||
|
check whether sig is a valid signature for messageAccumulator, and delete messageAccumulator. Preconditions: \begin{itemize} \item messageAccumulator was obtained by calling NewMessageAccumulator() \item HashModule::Final() has not been called on messageAccumulator \item length of signature == SignatureLength() \end{itemize} Reimplemented from PK_Verifier. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000