Class: FastCRC::CRC64XZ

Inherits:
Object
  • Object
show all
Defined in:
sig/fastcrc.rbs

Constant Summary collapse

WIDTH =

Returns:

CHECK =

Returns:

NAME =

Returns:

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.checksumInteger

Parameters:

Returns:



287
# File 'sig/fastcrc.rbs', line 287

def self.checksum: (String data) -> Integer

.hexdigestString

Parameters:

Returns:



288
# File 'sig/fastcrc.rbs', line 288

def self.hexdigest: (String data) -> String

.newCRC64XZ

Returns:



286
# File 'sig/fastcrc.rbs', line 286

def self.new: () -> CRC64XZ

Instance Method Details

#checksumInteger

Returns:



290
# File 'sig/fastcrc.rbs', line 290

def checksum: () -> Integer

#hexdigestString

Returns:



291
# File 'sig/fastcrc.rbs', line 291

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



292
# File 'sig/fastcrc.rbs', line 292

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:



289
# File 'sig/fastcrc.rbs', line 289

def update: (String data) -> void