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

THMAC_SHA512Hash

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

Declaration

Source position: flcCryptoHash.pas line 634

type THMAC_SHA512Hash = class(AHash)

protected

  FKey: T1024BitBuf;

  

  procedure InitHash(); override;

  

  procedure ProcessBuf(); override;

  

  procedure ProcessFinalBuf(); override;

  

public

  class function DigestSize; override;

  

  class function BlockSize; override;

  

  destructor Destroy; override;

  

end;

Inheritance

THMAC_SHA512Hash

  

|

AHash

  

|

TObject



CT Web help

CodeTyphon Studio