|
Crypto++
8.2
Free C++ class library of cryptographic schemes
|
PSSR Message Encoding Method. More...
Inheritance diagram for PSSR_MEM< ALLOW_RECOVERY, MGF, SALT_LEN, MIN_PAD_LEN, USE_HASH_ID >:Static Public Member Functions | |
| static std::string CRYPTOPP_API | StaticAlgorithmName () |
PSSR Message Encoding Method.
| ALLOW_RECOVERY | flag indicating whether the scheme provides message recovery |
| MGF | mask generation function |
| SALT_LEN | length of the salt |
| MIN_PAD_LEN | minimum length of the pad |
| USE_HASH_ID | flag indicating whether the HashId is used |
If ALLOW_RECOVERY is true, the the signature scheme provides message recovery. If ALLOW_RECOVERY is false, the the signature scheme is appendix, and the message must be provided during verification.
1.8.13