9 Commits

Author SHA1 Message Date
5e8cf54145
renamed every global function & flag
basically - it's in snake_case now AND there's "why2_" at the beginning
2023-01-29 20:14:11 +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
ad21a520b5
removed inputFlags from encrypt & decrypt functions 2022-07-10 18:17:05 +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
a11415b949 implemented inputFlags & outputFlags 2022-05-06 17:43:00 +02:00
Šebestíček
d9a99b9851
Changes revert 2022-03-20 18:12:25 +01:00
Šebestíček
77ca16e215
Delete include directory 2022-03-20 16:15:42 +01:00
30c18b73ab created decryption function 2022-03-07 17:33:51 +01:00
20beefdee7 created decrypter files 2022-03-07 17:22:20 +01:00