Class: FastCRC::CRC16QT
- Inherits:
-
Object
- Object
- FastCRC::CRC16QT
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
90 |
# File 'sig/fastcrc.rbs', line 90
def self.checksum: (String data) -> Integer
|
.hexdigest ⇒ String
91 |
# File 'sig/fastcrc.rbs', line 91
def self.hexdigest: (String data) -> String
|
Instance Method Details
#checksum ⇒ Integer
93 |
# File 'sig/fastcrc.rbs', line 93
def checksum: () -> Integer
|
#hexdigest ⇒ String
94 |
# File 'sig/fastcrc.rbs', line 94
def hexdigest: () -> String
|
#reset ⇒ void
This method returns an undefined value.
95 |
# File 'sig/fastcrc.rbs', line 95
def reset: () -> void
|
#update ⇒ void
This method returns an undefined value.
92 |
# File 'sig/fastcrc.rbs', line 92
def update: (String data) -> void
|