File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,11 @@ TDECHashClass = class of TDECHash;
4949 TDECHash = class (TDECObject) // does not find methods of the interface as it
5050 // searches for AnsiString instead of RawByteString
5151 // and thus does not find that
52+ private
5253 { $ELSE}
5354 TDECHash = class (TDECObject, IDECHash)
54- { $ENDIF}
5555 strict private
56+ { $ENDIF}
5657 // / <summary>
5758 // / Raises an EDECHashException hash algorithm not initialized exception
5859 // / </summary>
Original file line number Diff line number Diff line change 1515 under the License.
1616*****************************************************************************}
1717unit DECHashInterface;
18+ { $INCLUDE DECOptions.inc}
1819
1920interface
2021
@@ -385,6 +386,9 @@ interface
385386 write SetRounds;
386387 end ;
387388
389+ // / <summary>
390+ // / Interface for passwordn hash algorithms
391+ // / </summary>
388392 IDECHashPassword = Interface (IDECHash)
389393 [' {B4D8A80C-1F42-46F8-9288-D71ECCFE6F02}' ]
390394 // / <summary>
You can’t perform that action at this time.
0 commit comments