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

TBlake3XOF

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

Declaration

Source position: HlpBlake3.pas line 213

type TBlake3XOF = class(TBlake3,IXOF)

strict protected

  FFinalized: Boolean;

  

  function GetName; override;

  

  property XOFSizeInBits: UInt64; [rw]

  

public

  constructor Create();

  

  procedure Initialize; override;

  

  function Clone; override;

  

  procedure TransformBytes(); override;

  

  function TransformFinal; override;

  

  procedure DoOutput();

  

end;

Inheritance

TBlake3XOF

  

|

TBlake3,IXOF

  

|

THash,ICryptoNotBuildIn,ITransformBlock

  

|

TObject,IHash



CT Web help

CodeTyphon Studio