Class: FastCRC::CRC64Jones

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

Constant Summary collapse

WIDTH =

Returns:

  • (Integer)
CHECK =

Returns:

  • (Integer)
NAME =

Returns:

  • (String)

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.checksumInteger

Parameters:

  • data (String)

Returns:

  • (Integer)


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

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

.hexdigestString

Parameters:

  • data (String)

Returns:

  • (String)


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

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

.newCRC64Jones

Returns:



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

def self.new: () -> CRC64Jones

Instance Method Details

#checksumInteger

Returns:

  • (Integer)


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

def checksum: () -> Integer

#hexdigestString

Returns:

  • (String)


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

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



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

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:

  • data (String)


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

def update: (String data) -> void