#include <cryptlib.h>
Inheritance diagram for PK_SignatureSystemWithRecovery:

Public Methods | |
| virtual unsigned int | MaximumRecoverableLength ()const=0 |
| length of longest message that can be fully recovered. | |
| virtual bool | AllowLeftoverMessage ()const=0 |
| whether or not messages longer than MaximumRecoverableLength() can be signed. More... | |
In a signature scheme with recovery, a verifier is able to extract a message from its valid signature.
Definition at line 634 of file cryptlib.h.
|
|
whether or not messages longer than MaximumRecoverableLength() can be signed. If this function returns false, any message longer than MaximumRecoverableLength() will be truncated for signature and will fail verification. Reimplemented in SignatureSystemWithRecoveryBaseTemplate. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000