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

Public Methods | |
| void | Sign (RandomNumberGenerator &rng,HashModule *messageAccumulator,byte *signature)const |
| sign and delete messageAccumulator. More... | |
Definition at line 313 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