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

Public Methods | |
| ~SignerTemplate () | |
| void | Sign (RandomNumberGenerator &rng,HashModule *messageAccumulator,byte *signature)const |
| sign and delete messageAccumulator. More... | |
Protected Methods | |
| SignerTemplate () | |
Definition at line 242 of file pubkey.h.
|
||||
|
|
|
||||
|
|
|
||||||||
|
sign and delete messageAccumulator. Preconditions: \begin{itemize} \item messageAccumulator was obtained by calling NewMessageAccumulator() \item HashModule::Final() has not been called on messageAccumulator \item size of signature == SignatureLength() \end{itemize} Reimplemented from PK_Signer. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000