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

IArgon2Parameters

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

Declaration

Source position: HlpIHashInfo.pas line 145

type IArgon2Parameters = interface(IInterface)

  procedure Clear;

  

  function GetSalt;

  

  property Salt: THashLibByteArray; [r]

  

  function GetSecret;

  

  property Secret: THashLibByteArray; [r]

  

  function GetAdditional;

  

  property Additional: THashLibByteArray; [r]

  

  function GetIterations;

  

  property Iterations: Int32; [r]

  

  function GetMemory;

  

  property Memory: Int32; [r]

  

  function GetLanes;

  

  property Lanes: Int32; [r]

  

  function GetType;

  

  property Type: TArgon2Type; [r]

  

  function GetVersion;

  

  property Version: TArgon2Version; [r]

  

end;

Inheritance

IArgon2Parameters

  

|

IInterface



CT Web help

CodeTyphon Studio