extended comment for keyLength

This commit is contained in:
Václav Šmejkal 2022-05-31 18:20:24 +02:00
parent 01668c8339
commit a042d55229
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -37,7 +37,7 @@ typedef struct
} outputFlags;
//VARIABLES
static unsigned long keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <
static unsigned long keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS, USE setKeyLength() instead <
//GETTERS
unsigned long getKeyLength();