Class: FastCRC::CRC16CCITT
- Inherits:
-
Object
- Object
- FastCRC::CRC16CCITT
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
25 |
# File 'sig/fastcrc.rbs', line 25 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
26 |
# File 'sig/fastcrc.rbs', line 26 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
28 |
# File 'sig/fastcrc.rbs', line 28 def checksum: () -> Integer |
#hexdigest ⇒ String
29 |
# File 'sig/fastcrc.rbs', line 29 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
30 |
# File 'sig/fastcrc.rbs', line 30 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
27 |
# File 'sig/fastcrc.rbs', line 27 def update: (String data) -> void |