Class: FastCRC::CRC16QT

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:



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

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

.hexdigestString

Parameters:

Returns:



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

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

.newCRC16QT

Returns:



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

def self.new: () -> CRC16QT

Instance Method Details

#checksumInteger

Returns:



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

def checksum: () -> Integer

#hexdigestString

Returns:



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

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



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

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:



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

def update: (String data) -> void