changed KEY_LENGTH to 100 in why2-test

the previous similar commit had only 75 chars, cuz the NULL character wasn't implemented xd

5093d2395f
This commit is contained in:
Václav Šmejkal 2022-05-25 18:01:13 +02:00
parent 5093d2395f
commit c3c8ddb82e

View File

@ -17,8 +17,8 @@ int main(void)
0, //NO OUTPUT
};
//SET KEY_LENGTH TO 75
setKeyLength(75);
//SET KEY_LENGTH TO 100
setKeyLength(100);
//ENCRYPT & DECRYPT
outputFlags encrypted = encryptText(TEST_TEXT, NULL, flags);