OSDN Git Service

Updated README file.
[slunkcrypt/SlunkCrypt.git] / libslunkcrypt /
2022-10-25 LoRd_MuldeRSome code-refactoring in key-generator.
2022-10-16 LoRd_MuldeRUpdated initialization list to use "safe" prime numbers...
2022-10-16 LoRd_MuldeRSmall code refactoring in initialization function.
2022-10-15 LoRd_MuldeRUpdated the C++ wrapper with new optional parameters.
2022-10-15 LoRd_MuldeRSmall improvement to debug logging code.
2022-10-14 LoRd_MuldeRMake debug logging optional (disabled by default) in...
2022-10-13 LoRd_MuldeRImplemented optional debug logging. Writes to the syslo...
2022-10-13 LoRd_MuldeRSome code refactoring + adjust number of random skips.
2022-10-13 LoRd_MuldeRImplemented modified and somewhat faster initialization...
2022-09-24 LoRd_MuldeREnable use of getentropy() and explicit_bzero() in... 1.2.1
2022-09-23 LoRd_MuldeRAdded build scripts for FreeBSD, Solaris and MacOS...
2022-09-23 LoRd_MuldeRAdded flag to indicate multi-thread support to the...
2022-09-21 LoRd_MuldeRSmall improvement in initialize_once() and fixed a...
2022-09-20 LoRd_MuldeRFixed building the library *without* pthread support.
2022-09-20 LoRd_MuldeREnable the "-pedantic" option for GCC + fixed a few...
2022-05-24 LoRd_MuldeRAdded support for building SlunkCrypt for the Windows...
2022-05-08 LoRd_MuldeREnable explicit_bzero() and getentropy() on DragonFly...
2022-05-07 LoRd_MuldeRSmall improvement to Makefile + fixed compilation with...
2022-04-23 LoRd_MuldeRSmall code clean-up + improved the Makefile + detect...
2022-04-18 LoRd_MuldeREnable the GUI to use the "AVX2" binary, if supported...
2022-04-16 LoRd_MuldeRUpdated pthreads libraries for the Windows platform...
2022-04-10 LoRd_MuldeRAdded built-time option SLUNKBUILD_NOTHREADS to disable...
2022-04-06 LoRd_MuldeRFixed slunkcrypt_reset() when no thread pool is allocat...
2022-04-03 LoRd_MuldeRAdded support for setting the number threads in the...
2022-04-02 LoRd_MuldeREnhanced self-test routine + added macro to "safely...
2022-04-01 LoRd_MuldeRDetect the number of available CPU cores by using eithe...
2022-03-25 LoRd_MuldeRSlightly improved thread management code.
2022-03-24 LoRd_MuldeRSome code refactoring in the thread pool module.
2022-03-23 LoRd_MuldeRMake it possible to set number of threads in the front...
2022-03-23 LoRd_MuldeRUpdated pthreads library for the Windows platform ...
2022-03-22 LoRd_MuldeRMuch improved threading support.
2022-03-21 LoRd_MuldeRInitial thread support.
2022-02-08 LoRd_MuldeRMake sure that the requested number of random bytes...
2022-01-27 LoRd_MuldeRIncrement patch version. 1.1.1
2021-11-13 LoRd_MuldeRReplaced 'glibc' checks with more general 'linux' check...
2021-11-10 LoRd_MuldeRRefactored project/solution files.
2021-11-09 LoRd_MuldeRAdded runtime CPU detection for SSE2 capability to...
2021-05-10 LoRd_MuldeRWorkaround for bug in older version of the UCRT on... 1.0.0
2021-05-04 LoRd_MuldeRAdded a simple GUI front-end for Windows platform.
2021-04-21 LoRd_MuldeRDo not request more than 256 bytes of random data from...
2021-04-20 LoRd_MuldeRSwitch to using getentropy() function, because it is...
2021-04-17 LoRd_MuldeRFall back to /dev/urandom, if compiled with getrandom...
2021-04-17 LoRd_MuldeRRefactored key-derivation code into a separate file...
2021-04-15 LoRd_MuldeRFold the hash at the very end of the keygen loop (effec...
2021-04-11 LoRd_MuldeRWorkaround for Intel® oneAPI DPC++/C++ Compiler detection.
2021-04-09 LoRd_MuldeRDo not use __umul128() intrinsic with MSVC, as it is...
2021-04-08 LoRd_MuldeRUsing the 128-bit hash function, instead of 64-Bit...
2021-04-04 LoRd_MuldeRAdded MSVC configurations "Release with SSE2" and ...
2021-04-03 LoRd_MuldeRSlightly tweak stepping algorithm to include a counter.
2021-04-02 LoRd_MuldeRVS2010 compile fix.
2021-04-02 LoRd_MuldeRClean up function names.
2021-04-01 LoRd_MuldeRRevamped the stepping algorithm.
2021-04-01 LoRd_MuldeRSimplified crypt_state_t by merging separate fwd/bwd...
2021-03-31 LoRd_MuldeRReplaced separate encrypt() and decrypt() functions...
2021-03-31 LoRd_MuldeRSmall fix to rotation code.
2021-03-30 LoRd_MuldeRRevamped the stepping algorithm.
2021-03-28 LoRd_MuldeROnly check current clock() on every 32-th cycle, in...
2021-03-27 LoRd_MuldeRRevamped the stepping algorithm.
2021-03-26 LoRd_MuldeRTweak minimum/maximum password lengths.
2021-03-24 LoRd_MuldeRRenamed the C++ wrapper classes + updated README file.
2021-03-24 LoRd_MuldeRAdded examples on how to use the C++11 API + added...
2021-03-20 LoRd_MuldeRMake sure that not all RNG state variables are initiali...
2021-03-20 LoRd_MuldeRSome improvements to the PRNG code.
2021-03-20 LoRd_MuldeRFixed bug in upper_u64() function.
2021-03-20 LoRd_MuldeRSmall tweak to the key derivation function.
2021-03-20 LoRd_MuldeRFixed a few warnings on Linux.
2021-03-20 LoRd_MuldeRAdded build script for Windows.
2021-03-20 LoRd_MuldeRSome code clean-up.
2021-03-20 LoRd_MuldeRUse __attribute__((destructor)), if supported by the...
2021-03-20 LoRd_MuldeRSome build fixes for old MSVC versions.
2021-03-20 LoRd_MuldeRAutomatically perform initialization when slunkcrypt_ra...
2021-03-20 LoRd_MuldeRImproved library initialization code.
2021-03-20 LoRd_MuldeRReplaced some endianness-specific code with endianness...
2021-03-20 LoRd_MuldeRC++ wrapper has been implemented.
2021-03-20 LoRd_MuldeRImplemented Win32 DLL support.
2021-03-20 LoRd_MuldeRAdded global (de)initialization functions.
2021-03-20 LoRd_MuldeRImproved slunkcrypt_random_bytes() on Unix-systems...
2021-03-20 LoRd_MuldeRSolaris compile fix.
2021-03-20 LoRd_MuldeRUse RtlGenRandom() directly on the Windows platform.
2021-03-20 LoRd_MuldeRSome compatibility fixes for legacy MinGW and Cygwin.
2021-03-20 LoRd_MuldeRSome code refactoring.
2021-03-20 LoRd_MuldeRRenamed project to "SlunkCrypt", in order to avoid...