Class: FastCRC::CRC16Kermit

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:



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

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

.hexdigestString

Parameters:

Returns:



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

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

.newCRC16Kermit

Returns:



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

def self.new: () -> CRC16Kermit

Instance Method Details

#checksumInteger

Returns:



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

def checksum: () -> Integer

#hexdigestString

Returns:



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

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



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

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:



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

def update: (String data) -> void