MHumm / DelphiEncryptionCompendium

Cryptographic library for Embarcadero Delphi and potentially for FPC as well
Apache License 2.0
249 stars 65 forks source link

Updated documentation in source code. Added CalcMACBytes(). #66

Closed danielmarschall closed 2 months ago

danielmarschall commented 2 months ago

Clarified that Cipher.Done does NOT create final cipher blocks (#63), and does NOT clear keys from RAM. (.Free does clear keys from RAM).

Documented CalcMAC().

Added CalcMACBytes() (Bytes, not Byte, to keep naming equal to the other methods)