Skip to content

Delphi Encryption Compendium 6.3

Compare
Choose a tag to compare
@MHumm MHumm released this 08 Aug 15:13
· 248 commits to master since this release
  • Small bugfixes, e.g. THash_SHA3Base.Digest was unreliable and Cipher_FMX demo decryption was wrong and Haval always uses
    at least MinRounds for Rounds now.
  • Added Shake128 and Shake256 extensible output hash algorithms
  • Made optimized 32 bit asm versions of MD2, SHA384, Tiger, Snefru128 and Snefru256 hash algorithms compile again,
    make them the default for Win32 Delphi projects
  • Added interface for hash algorithms containing a rounds property
  • Added GUUID to all interfaces