Class: FastCRC::CRC16DNP
- Inherits:
-
Object
- Object
- FastCRC::CRC16DNP
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
38 |
# File 'sig/fastcrc.rbs', line 38 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
39 |
# File 'sig/fastcrc.rbs', line 39 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
41 |
# File 'sig/fastcrc.rbs', line 41 def checksum: () -> Integer |
#hexdigest ⇒ String
42 |
# File 'sig/fastcrc.rbs', line 42 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
43 |
# File 'sig/fastcrc.rbs', line 43 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
40 |
# File 'sig/fastcrc.rbs', line 40 def update: (String data) -> void |