Unit 'HlpMDBase' Package
[Overview][Classes][Index] [#pl_hashlib4pascal]

TMDBase

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: HlpMDBase.pas line 20

type TMDBase = class(TBlockHash,ICryptoNotBuildIn)

strict protected

  FState: THashLibUInt32Array;

  

strict protected

const

  C1 = UInt32($50A28BE6)

  

  C2 = UInt32($5A827999)

  

  C3 = UInt32($5C4DD124)

  

  C4 = UInt32($6ED9EBA1)

  

  C5 = UInt32($6D703EF3)

  

  C6 = UInt32($8F1BBCDC)

  

  C7 = UInt32($7A6D76E9)

  

  C8 = UInt32($A953FD4E)

  

strict protected

  constructor Create();

  

  function GetResult; override;

  

  procedure Finish; override;

  

public

  procedure Initialize; override;

  

end;

Inheritance

TMDBase

  

|

TBlockHash,ICryptoNotBuildIn

  

|

THash,IBlockHash

  

|

TObject,IHash



CT Web help

CodeTyphon Studio