SlunkCrypt/frontend/src
2021-03-28 16:17:06 +02:00
..
blake2.c Silenced some compiler warnings, found by Clang. 2021-03-24 20:23:14 +01:00
blake2.h Replaced some more byte-order-specific code with a byte-order-agnostic implementation. 2021-03-20 21:19:13 +01:00
main.c Only check current clock() on every 32-th cycle, in order to limit the overhead. 2021-03-28 16:17:06 +02:00
platform.h Improved command-line syntax for passing the passphrase + Updated README file. 2021-03-22 22:52:00 +01:00
test.c Small fix to BLAKE2s initialization code. 2021-03-20 21:19:09 +01:00
test.h Implemented Win32 DLL support. 2021-03-20 21:18:38 +01:00
utils.c Improved command-line syntax for passing the passphrase + Updated README file. 2021-03-22 22:52:00 +01:00
utils.h Improved command-line syntax for passing the passphrase + Updated README file. 2021-03-22 22:52:00 +01:00