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

TShake

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

Declaration

Source position: HlpSHA3.pas line 171

type TShake = class(TSHA3,IXOF,IXOFStream)

strict protected

  FXOFSizeInBits: UInt64;

  

  FReader: IXofReader;

  

  constructor Create();

  

  function GetHashMode; override;

  

  procedure EnsureReader;

  

  procedure CheckOutputBuffer();

  

  property XOFSizeInBits: UInt64; [rw]

  

public

  procedure Initialize; override;

  

  function GetResult; override;

  

  procedure TransformBytes(); override;

  

  function TransformFinal; override;

  

  procedure DoOutput();

  

  procedure Squeeze();

  

  function GetBytesSqueezed;

  

end;

Inheritance

TShake

  

|

TSHA3,IXOF,IXOFStream

  

|

TBlockHash,ICryptoNotBuildIn,ITransformBlock

  

|

THash,IBlockHash

  

|

TObject,IHash



CT Web help

CodeTyphon Studio