Class: FastCRC::CRC64NVMe

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:



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

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

.hexdigestString

Parameters:

Returns:



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

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

.newCRC64NVMe

Returns:



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

def self.new: () -> CRC64NVMe

Instance Method Details

#checksumInteger

Returns:



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

def checksum: () -> Integer

#hexdigestString

Returns:



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

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



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

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:



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

def update: (String data) -> void