Unit 'HlpSHA3' Package
[Overview][Resource strings][Classes][Index] [#pl_hashlib4pascal]

TShake

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

Declaration

Source position: HlpSHA3.pas line 168

type TShake = class(TSHA3,IXOF)

strict protected

  FBufferPosition: UInt64;

  

  FDigestPosition: UInt64;

  

  FShakeBuffer: THashLibByteArray;

  

  FFinalized: Boolean;

  

  constructor Create();

  

  function GetHashMode; override;

  

  property XOFSizeInBits: UInt64; [rw]

  

public

  procedure Initialize; override;

  

  function GetResult; override;

  

  procedure TransformBytes(); override;

  

  function TransformFinal; override;

  

  procedure DoOutput();

  

end;

Inheritance

TShake

  

|

TSHA3,IXOF

  

|

TBlockHash,ICryptoNotBuildIn,ITransformBlock

  

|

THash,IBlockHash

  

|

TObject,IHash



CT Web help

CodeTyphon Studio