Class: FastCRC::CRC16ZModem
- Inherits:
-
Object
- Object
- FastCRC::CRC16ZModem
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
142 |
# File 'sig/fastcrc.rbs', line 142 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
143 |
# File 'sig/fastcrc.rbs', line 143 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
145 |
# File 'sig/fastcrc.rbs', line 145 def checksum: () -> Integer |
#hexdigest ⇒ String
146 |
# File 'sig/fastcrc.rbs', line 146 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
147 |
# File 'sig/fastcrc.rbs', line 147 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
144 |
# File 'sig/fastcrc.rbs', line 144 def update: (String data) -> void |