OSDN Git Service

Fixed a few warnings.
[slunkcrypt/SlunkCrypt.git] / frontend / src / main.c
2021-03-20 LoRd_MuldeRFixed a few warnings.
2021-03-20 LoRd_MuldeRMake it possible to read the passphrase from STDIN.
2021-03-20 LoRd_MuldeRFixed a name conflict on Linux.
2021-03-20 LoRd_MuldeRSome attempt to clear the passphrase command-line argum...
2021-03-20 LoRd_MuldeRSlightly improved key derivation function + allow to...
2021-03-20 LoRd_MuldeRImproved self-test code.
2021-03-20 LoRd_MuldeRFixed a few warnings.
2021-03-20 LoRd_MuldeRImproved stepping algorithm.
2021-03-20 LoRd_MuldeRSome code clean-up.
2021-03-20 LoRd_MuldeRFreeBSD compile fix.
2021-03-20 LoRd_MuldeRMake it possible to read the passphrase from a file.
2021-03-20 LoRd_MuldeRSome simplification.
2021-03-20 LoRd_MuldeRRandomize stepping.
2021-03-20 LoRd_MuldeRAdded self-test mode.
2021-03-20 LoRd_MuldeRCode clean-up.
2021-03-20 LoRd_MuldeRCode clean-up.
2021-03-20 LoRd_MuldeRLinux build fix.
2021-03-20 LoRd_MuldeRUse the getrandom() syscall on systems that support it.
2021-03-20 LoRd_MuldeRLinux compile fixes.
2021-03-20 LoRd_MuldeRCode clean-up.
2021-03-20 LoRd_MuldeRCode clean-up.
2021-03-20 LoRd_MuldeRSome code refactoring + improved command-line front...