SlunkCrypt/frontend/src
2021-03-20 21:19:10 +01:00
..
blake2.c Small fix to BLAKE2s initialization code. 2021-03-20 21:19:09 +01:00
blake2.h Implemented checksum based on BLAKE2s hash function. 2021-03-20 21:19:07 +01:00
main.c Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway. 2021-03-20 21:19:10 +01:00
platform.h Added new option to generate a random passphrase. 2021-03-20 21:18:58 +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 Don't set 'stdout' to _O_BINARY mode on Windows, because it can have some weird effect when printing text to the terminal. Also, we currently don't output any "binary" data to 'stdout' anyway. 2021-03-20 21:19:10 +01:00
utils.h Slightly improved storage of the padding size. 2021-03-20 21:18:59 +01:00