Skip to content

Commit

Permalink
little encapsulation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xor-el committed Jan 11, 2017
1 parent 5096cc6 commit 7a84816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HashLib/src/Base/HlpKDF.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ interface
type
TKDF = class abstract(TInterfacedObject, IKDF)

public
strict protected

// Not really needed because there is an Intristic default constructor always
// called for classes if none is defined by the developer but I just put it
// for readability reasons.
constructor Create();

public

/// <summary>
/// Returns the pseudo-random bytes for this object.
/// </summary>
Expand Down

0 comments on commit 7a84816

Please sign in to comment.