Hi,
I've just upgraded from an old version of Crypto++ to 5.5.2 ('cos I'm
doing a 64bit XP port). I;m getting this a lot so obviously that
member is no longer used. Is there an equivalent or will the class
handle any length now?
Sample code with problem...
StringSource pubString(mystuff,true,new HexDecoder);
RSAES_OAEP_SHA_Encryptor pub(pubString);
if (strlen(message) > pub.MaxPlainTextLength())
{
cerr << "message too long \n";
abort();
}
Simon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users"
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---