SlunkCrypt/frontend/src
2022-04-23 20:25:58 +02: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 Adjust I/O buffer size according to file size + allow slightly bigger maximum buffer size. 2022-04-17 00:43:21 +02:00
crypt.h Make it possible to set number of threads in the front-end + updated the README file. 2022-03-24 00:06:01 +01:00
main.c Small improvement to platform detection. 2022-04-08 23:10:27 +02:00
platform.h Small code clean-up + improved the Makefile + detect GNU/Hurd operating system. 2022-04-23 20:25:58 +02:00
pwgen.c Adjust I/O buffer size according to file size + allow slightly bigger maximum buffer size. 2022-04-17 00:43:21 +02:00
pwgen.h Refactored passphrase generator into a separate file. 2021-04-18 22:19:17 +02:00
selftest.c Fixed slunkcrypt_reset() when no thread pool is allocated, e.g. when thread count is 1. 2022-04-07 00:15:07 +02:00
selftest.h Fixed slunkcrypt_reset() when no thread pool is allocated, e.g. when thread count is 1. 2022-04-07 00:15:07 +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 Detect the number of available CPU cores by using either sched_getaffinity(), GetProcessAffinityMask() or sysconf(), depending on the target platform. 2022-04-01 20:33:46 +02:00
utils.h Make it possible to set number of threads in the front-end + updated the README file. 2022-03-24 00:06:01 +01:00