Hello, thank you for your answer.
It indeed accesses out of bounds. A counter + OutputDebugStringW(std::to_wstring(counter).c_str()) showed that it is being accessed 15 times. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Of course the pointer jumps to the next T-value which is a word32 (typedef unsigned int). Yet I have not tried the other algorithms I also use, so I can only confirm this behaviour with Rijndael. Should I post this on the github repo as issue or... ? The BLOCKSIZE of Rijndael shows that it needs 16-byte packs and the key / password requires KEYLENGTH_MULTIPLE which is 8-byte. Regards, Florian -- -- 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. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
