21 Commits

Author SHA1 Message Date
acaa7430b8
moved encryption key generation to misc.c 2022-12-09 16:59:12 +01:00
f71647e0ff
added license at top of every file
I mean, the files where it is possible
2022-12-04 18:55:13 +01:00
a40f9637f0
replaced _Bool with boolean typedef
basically char but it looks good and smart now
2022-10-15 15:21:28 +02:00
5d53a6e706
created countRepeatedKeySize function
and guess what is it for

hehe
2022-08-24 14:53:02 +02:00
cfdfd2aa2c
replaced UC with _Bool 2022-07-22 18:22:42 +02:00
163cbb8c6d
removed inputFlags from misc functions
getter time babyyy
2022-07-10 18:24:44 +02:00
b5e27a1857
changed checking functions type from I to UC 2022-06-12 17:20:55 +02:00
827331c2ff
changed all other checking functions type to int 2022-06-12 16:35:43 +02:00
d196818ec0
changed checkVersion return type to int
it will return exitCode
2022-06-12 16:34:19 +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
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
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
7b5f1ba9b6 created function for deallocating outputFlags 2022-05-08 19:54:46 +02:00
7c86692363 added inputFlags as checkVersion parameter 2022-05-06 17:48:28 +02:00
cd9f29041d created comments 2022-05-04 19:27:51 +02:00
adf9f68dcb created function for generating textKeyChain 2022-04-27 18:07:07 +02:00
60adbc6f86 created function for getting length of integer 2022-04-23 18:07:45 +02:00
a9afb05768 created misc.c 2022-04-22 18:39:48 +02:00