SlunkCrypt/libslunkcrypt/src
2022-04-03 19:23:58 +02:00
..
compiler.h Make sure that the requested number of random bytes is fully read, even if a single read() invocation returned fewer than "count" bytes. 2022-02-08 22:46:33 +01:00
junk.c Make it possible to set number of threads in the front-end + updated the README file. 2022-03-24 00:06:01 +01:00
keygen.c Refactored key-derivation code into a separate file + some code clean-up. 2021-04-17 15:13:13 +02:00
keygen.h Refactored key-derivation code into a separate file + some code clean-up. 2021-04-17 15:13:13 +02:00
slunkcrypt.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
thread.c Added support for setting the number threads in the GUI + some improvements application configuration handling. 2022-04-03 19:23:58 +02:00
thread.h Slightly improved thread management code. 2022-03-25 20:48:14 +01:00
version.h Initial thread support. 2022-03-21 21:11:46 +01:00