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

IBlake2BTreeConfig

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

Declaration

Source position: HlpIBlake2BParams.pas line 34

type IBlake2BTreeConfig = interface(IInterface)

  function GetFanOut;

  

  procedure SetFanOut();

  

  property FanOut: Byte; [rw]

  

  function GetMaxDepth;

  

  procedure SetMaxDepth();

  

  property MaxDepth: Byte; [rw]

  

  function GetNodeDepth;

  

  procedure SetNodeDepth();

  

  property NodeDepth: Byte; [rw]

  

  function GetInnerHashSize;

  

  procedure SetInnerHashSize();

  

  property InnerHashSize: Byte; [rw]

  

  function GetLeafSize;

  

  procedure SetLeafSize();

  

  property LeafSize: UInt32; [rw]

  

  function GetNodeOffset;

  

  procedure SetNodeOffset();

  

  property NodeOffset: UInt64; [rw]

  

  function GetIsLastNode;

  

  procedure SetIsLastNode();

  

  property IsLastNode: Boolean; [rw]

  

  function Clone;

  

end;

Inheritance

IBlake2BTreeConfig

  

|

IInterface



CT Web help

CodeTyphon Studio