added todo to encrypter padding

This commit is contained in:
Václav Šmejkal 2024-11-21 21:13:43 +01:00
parent 3a62ed36e7
commit 0aed96415c
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -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