SlunkCrypt/frontend/src
2022-03-04 20:56:20 +01:00
..
blake2.c Silenced some compiler warnings, found by Clang. 2021-03-24 20:23:14 +01:00
blake2.h Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
crypt.c Implemented improved method for detecting identical files. 2022-03-04 20:56:20 +01:00
crypt.h Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
main.c Implemented improved method for detecting identical files. 2022-03-04 20:56:20 +01:00
platform.h Print the system error message, if the input or output file could not be opened. 2022-02-27 19:38:10 +01:00
pwgen.c Implemented improved method for detecting identical files. 2022-03-04 20:56:20 +01:00
pwgen.h Refactored passphrase generator into a separate file. 2021-04-18 22:19:17 +02:00
selftest.c Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
selftest.h Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
test_data.c Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
test_data.h Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
utils.c Implemented improved method for detecting identical files. 2022-03-04 20:56:20 +01:00
utils.h Implemented improved method for detecting identical files. 2022-03-04 20:56:20 +01:00