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

IBlake2SConfig

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

Declaration

Source position: HlpIBlake2SParams.pas line 11

type IBlake2SConfig = interface(IInterface)

  function GetPersonalisation;

  

  procedure SetPersonalisation();

  

  property Personalisation: THashLibByteArray; [rw]

  

  function GetSalt;

  

  procedure SetSalt();

  

  property Salt: THashLibByteArray; [rw]

  

  function GetKey;

  

  procedure SetKey();

  

  property Key: THashLibByteArray; [rw]

  

  function GetHashSize;

  

  procedure SetHashSize();

  

  property HashSize: Int32; [rw]

  

  function Clone;

  

  procedure Clear;

  

end;

Inheritance

IBlake2SConfig

  

|

IInterface



CT Web help

CodeTyphon Studio