removed padding error todo

This commit is contained in:
Václav Šmejkal 2025-01-09 18:39:57 +01:00
parent 854ec1259d
commit d6658a8e4f
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) //TODO! this breaks when used with long strings or byte input
if (why2_get_flags().padding > 0)
{
why2_list_t split_text = WHY2_LIST_EMPTY; //LIST OF text SPLIT INTO CHARS