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

TMurmurHash3_x64_128

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

Declaration

Source position: HlpMurmurHash3_x64_128.pas line 25

type TMurmurHash3_x64_128 = class(THash,IHash128,IHashWithKey,ITransformBlock)

public

  constructor Create;

  

  procedure Initialize; override;

  

  procedure TransformBytes(); override;

  

  function TransformFinal; override;

  

  function Clone; override;

  

  property KeyLength: TNullableInteger; [r]

  

  property Key: THashLibByteArray; [rw]

  

end;

Inheritance

TMurmurHash3_x64_128

  

|

THash,IHash128,IHashWithKey,ITransformBlock

  

|

TObject,IHash



CT Web help

CodeTyphon Studio