Unit 'HlpGOST3411_2012' Package
[Overview][Classes][Index] [#pl_hashlib4pascal]

TGOST3411_2012

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

Declaration

Source position: HlpGOST3411_2012.pas line 18

type TGOST3411_2012 = class(THash,ICryptoNotBuildIn,ITransformBlock)

strict protected

  FIV: THashLibByteArray;

  

  FN: THashLibByteArray;

  

  FSigma: THashLibByteArray;

  

  FKi: THashLibByteArray;

  

  FM: THashLibByteArray;

  

  FH: THashLibByteArray;

  

  FTemp: THashLibByteArray;

  

  FBlock: THashLibByteArray;

  

  FBOff: Int32;

  

  constructor Create();

  

public

  procedure Initialize; override;

  

  procedure TransformBytes(); override;

  

  function TransformFinal; override;

  

end;

Inheritance

TGOST3411_2012

  

|

THash,ICryptoNotBuildIn,ITransformBlock

  

|

TObject,IHash



CT Web help

CodeTyphon Studio