Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/DECCipherBase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ TDECCipher = class(TDECObject)
/// Exception raised if the length of the data passed as <c>Source</c>
/// is not a multiple of the algorithm's block size.
/// </exception>
function DecodeBytes(const Source: TBytes; Format: TDECFormatClass): TBytes;
function DecodeBytes(const Source: TBytes; Format: TDECFormatClass = nil): TBytes;

/// <summary>
/// Calculates a Cipher-based message authentication code (CMAC).
Expand Down