Hello all,
I have allocated space of 32 bytes in pass but when the StringSource
is
executed I can see only 19 bytes of data. I want to have exactly 32
bytes
of data in pass. How can I do it?
byte pass[2*AES::BLOCKSIZE];
StringSource( digestPasswdIV.data(), true, new HashFilter(*(new MD5),
new
ArraySink(pass, 2*AES::BLOCKSIZE)) );
Thanks,
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---