SlunkCrypt/frontend/src
2022-01-27 00:21:28 +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 Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02: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 Gracefully handle an *empty* argument array (argc < 1), which apparently is possible on Linux and maybe others. 2022-01-27 00:21:28 +01:00
platform.h Remove an incomplete (or corrupted) output file by default. 2021-04-03 19:26:15 +02:00
pwgen.c Refactored passphrase generator into a separate file. 2021-04-18 22:19:17 +02: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 Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00
utils.h Refactored encryption/decryption routines as well as the self-test routine into separate files. 2021-04-18 15:32:37 +02:00