Conform test to new crypto size limit

This commit is contained in:
Keith Winstein
2012-04-24 18:53:24 -04:00
parent 22e7cf60d3
commit 913ee0b34b
+1 -1
View File
@@ -34,7 +34,7 @@ using namespace Crypto;
PRNG prng;
const size_t MESSAGE_SIZE_MAX = 4096;
const size_t MESSAGE_SIZE_MAX = (2048 - 16);
const size_t MESSAGES_PER_SESSION = 256;
const size_t NUM_SESSIONS = 64;