Skip to content

Delphi Encryption Compendium 6.4

Compare
Choose a tag to compare
@MHumm MHumm released this 06 Nov 18:20
· 178 commits to master since this release
  • Fixed bugs in ModuleUnload procedure
  • Enabled ASM implementaitons for Snefru128 and Snefru256
  • Removed Rounds property from TCipher_Cast128 cipher class
  • changed minimum value for the Rounds property of TCipher_RC5 from 1 to 0, as rfc2040 defines it.
  • Fixed a crash in TDECHash.CalcStream
  • Added support for the GCM (Galois Counter Mode) block chaining mode.
  • Increased test coverage by using a code coverage tool to identify missing unit tests.
  • Fixed support for using TestInsight IDE plugin with the DUnit test project.
  • Fixed layout issues in Hash FMX demo
  • Added GCM specific fields to Cipher FMX demo
  • Revised documentation