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:
parent
5093d2395f
commit
c3c8ddb82e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user