added todo to encrypter padding
This commit is contained in:
parent
3a62ed36e7
commit
0aed96415c
@ -81,7 +81,7 @@ why2_output_flags why2_encrypt_text(char *text, char *key)
|
||||
}
|
||||
|
||||
//PADDING
|
||||
if (why2_get_flags().padding > 0)
|
||||
if (why2_get_flags().padding > 0) //TODO! this breaks when used with long strings or byte input
|
||||
{
|
||||
why2_list_t split_text = WHY2_LIST_EMPTY; //LIST OF text SPLIT INTO CHARS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user