From 0aed96415c0871a905fe58ecdf918545022ba673 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 21 Nov 2024 21:13:43 +0100 Subject: [PATCH] added todo to encrypter padding --- src/core/lib/encrypter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/lib/encrypter.c b/src/core/lib/encrypter.c index 5719a65..c0ec4b2 100644 --- a/src/core/lib/encrypter.c +++ b/src/core/lib/encrypter.c @@ -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