|
| bool | VerifyMessageRepresentative (HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const |
| bool | IsProbabilistic () const |
| | Determines whether an encoding method requires a random number generator.
|
| bool | AllowNonrecoverablePart () const |
| virtual void | ProcessSemisignature (HashTransformation &hash, const byte *semisignature, size_t semisignatureLength) const |
| virtual void | ProcessRecoverableMessage (HashTransformation &hash, const byte *recoverableMessage, size_t recoverableMessageLength, const byte *presignature, size_t presignatureLength, SecByteBlock &semisignature) const |
| virtual DecodingResult | RecoverMessageFromSemisignature (HashTransformation &hash, HashIdentifier hashIdentifier, const byte *presignature, size_t presignatureLength, const byte *semisignature, size_t semisignatureLength, byte *recoveredMessage) const |
PSSR Message Encoding Method without Hash Identifier.
If USE_HASH_ID is false, then PSSR_MEM_Base is used for the base class
- Since
- Crypto++ 2.1
Definition at line 61 of file pssr.h.