Class: Digest::XXHash64

Inherits:
XXHash
  • Object
show all
Defined in:
lib/ruby-xxhash.rb

Instance Attribute Summary

Attributes inherited from XXHash

#digest_length

Instance Method Summary collapse

Methods inherited from XXHash

#digest, #digest!, #reset, #update

Constructor Details

#initialize(seed = 0) ⇒ XXHash64

Returns a new instance of XXHash64.



89
90
91
# File 'lib/ruby-xxhash.rb', line 89

def initialize seed = 0
  super(64, seed)
end