Unit 'flcCryptoHash' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

THMAC_MD5Hash

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

Declaration

Source position: flcCryptoHash.pas line 586

type THMAC_MD5Hash = class(AHash)

protected

  FKey: T512BitBuf;

  

  procedure InitHash(); override;

  

  procedure ProcessBuf(); override;

  

  procedure ProcessFinalBuf(); override;

  

public

  class function DigestSize; override;

  

  class function BlockSize; override;

  

  destructor Destroy; override;

  

end;

Inheritance

THMAC_MD5Hash

  

|

AHash

  

|

TObject



CT Web help

CodeTyphon Studio