6 #ifndef CRYPTOPP_EMSA2_H
7 #define CRYPTOPP_EMSA2_H
14 #ifdef CRYPTOPP_IS_DLL
40 static HashIdentifier Lookup()
51 #ifdef CRYPTOPP_IS_DLL
61 #if defined(__clang__)
74 CRYPTOPP_STATIC_CONSTEXPR
const char* CRYPTOPP_API StaticAlgorithmName() {
return "EMSA2";}
76 size_t MinRepresentativeBitLength(
size_t hashIdentifierLength,
size_t digestLength)
const
77 {CRYPTOPP_UNUSED(hashIdentifierLength);
return 8*digestLength + 31;}
80 const byte *recoverableMessage,
size_t recoverableMessageLength,
82 byte *representative,
size_t representativeBitLength)
const;