326 Commits

Author SHA1 Message Date
0b5dedc405
added why2 prefix for VERSIONS_NAME
I'm just woried some program will create versions.json and WHY2 will crash due to this
2022-05-31 19:39:59 +02:00
a042d55229
extended comment for keyLength 2022-05-31 18:20:24 +02:00
01668c8339
changed version to v4.1 2022-05-30 19:27:58 +02:00
9823b5044a
added elapsedTime to outputFlags
this returns elapsed time in microseconds
2022-05-30 19:09:47 +02:00
abbe519ab4
added unusedKeySize to outputFlags
this returns positive number, which represents how many chars from key are unused
2022-05-30 18:01:21 +02:00
7714e45019 changed countIntLength type from I to UL 2022-05-29 17:47:50 +02:00
e3790a2bff changed keyLength type from I to UL 2022-05-29 17:46:16 +02:00
6ae176e3c8 added EVEN MORE special chars to TEST_TEXT
let's go, baby
2022-05-29 17:03:48 +02:00
4e0a0c7a27 created function checkText
this checks if text has some content
2022-05-29 16:49:18 +02:00
ad6209b1cb changed generateTextKeyChain's key type from array to pointer 2022-05-28 19:38:46 +02:00
2d5e18809a changed VERSIONS_NAME's path to /tmp
it was pretty annoying
2022-05-27 18:28:55 +02:00
751b557598 added spaces to TEST_TEXT 2022-05-27 18:24:04 +02:00
1406de2f37 added comment to previous commit 2022-05-27 17:26:20 +02:00
b540d5f36c created getter for no inputFlags 2022-05-27 17:25:02 +02:00
54b137165a changed version to v4.0.1 2022-05-26 19:51:21 +02:00
fcb0d7cbfb changed TEST_TEXT to something *intelligent*
'Pepa stinks' is good, but this will test WHY2 better (at least I think :D)
2022-05-26 19:43:48 +02:00
e94c273bd9 probably fixed deallocateOutput segfault
I thought the key returned as outputFlags (decrypter) was pointer to completely new address, but it often tried to deallocate unallocated key
2022-05-26 19:35:22 +02:00
073cdd2468 moved checking for valid key to misc
I'm trying to make code variable as much as possible
2022-05-26 18:40:46 +02:00
08c4a8eebe changed version to v4.0 2022-05-26 18:40:46 +02:00
a517ec48dd removed deprecated flags, cuz I forgot to do it
maan
2022-05-25 17:42:49 +02:00
ba6939e64b replaced integers in inputFlags with UC 2022-05-25 17:34:22 +02:00
5d572662eb removed the (probably :D) unused text in typedefs
i have no idea, again
2022-05-25 17:27:38 +02:00
a898f8a824 changed DOWNLOAD_FAILED exit code to 2 2022-05-21 18:37:24 +02:00
56dab500ca changed version to v3.3.4 2022-05-20 19:46:30 +02:00
2440440353 removed deprecated flags completely 2022-05-20 18:30:36 +02:00
95684006ac changed version to v3.3.3 2022-05-19 18:17:34 +02:00
8df9d944ef changed version to v3.3.2 2022-05-13 19:04:38 +02:00
6cc5a06a7e added missing description to why2.h
for those who have no idea what C is.... :3
2022-05-12 17:14:43 +02:00
d1447a2796 created header file including all others 2022-05-12 17:04:49 +02:00
b2e5fcc8f4 changed version to v3.1.1 2022-05-11 17:42:55 +02:00
43ea16b596 removed TEST_KEY & added more info for successful test 2022-05-08 20:02:47 +02:00
7b5f1ba9b6 created function for deallocating outputFlags 2022-05-08 19:54:46 +02:00
5c45e2c5b5 changed versions to v3.3 2022-05-06 18:27:46 +02:00
e3ae3fe411 added missing comments 2022-05-06 18:14:45 +02:00
7c86692363 added inputFlags as checkVersion parameter 2022-05-06 17:48:28 +02:00
a11415b949 implemented inputFlags & outputFlags 2022-05-06 17:43:00 +02:00
60356033fa typo fix 2022-05-05 19:11:08 +02:00
b19846eb65 added outputFlags typedef 2022-05-05 19:03:53 +02:00
c8b4780f5c created struct for inputFlags 2022-05-05 18:50:45 +02:00
76539d1a50 removed the deprecation from variables itself 2022-05-05 18:49:38 +02:00
a02540cf8a deprecated skipCheck and noOutput flag 2022-05-05 18:41:57 +02:00
fbd204a89f created variable for deprecation 2022-05-05 18:38:30 +02:00
f9bd01c394 moved *all* flags into flags.h 2022-05-05 18:26:10 +02:00
b6cfa8dd17 changed version to v3.2 2022-05-04 19:49:27 +02:00
cd9f29041d created comments 2022-05-04 19:27:51 +02:00
2156aff370 separated functions into getters and setters 2022-05-04 19:21:31 +02:00
b6819fbebd created noOutput flag 2022-05-04 18:42:30 +02:00
6ae4599516 changed version to v3.1 2022-05-03 18:53:03 +02:00
e85a14b253 created getter & setter for keyLength (replacement for KEY_LENGTH) 2022-05-03 18:36:44 +02:00
ce8f8e73a7 changed versions branch 2022-05-02 19:58:34 +02:00