Class: FastCRC::CRC16X25
- Inherits:
-
Object
- Object
- FastCRC::CRC16X25
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
116 |
# File 'sig/fastcrc.rbs', line 116 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
117 |
# File 'sig/fastcrc.rbs', line 117 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
119 |
# File 'sig/fastcrc.rbs', line 119 def checksum: () -> Integer |
#hexdigest ⇒ String
120 |
# File 'sig/fastcrc.rbs', line 120 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
121 |
# File 'sig/fastcrc.rbs', line 121 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
118 |
# File 'sig/fastcrc.rbs', line 118 def update: (String data) -> void |