Class: FastCRC::CRC16Kermit
- Inherits:
-
Object
- Object
- FastCRC::CRC16Kermit
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
64 |
# File 'sig/fastcrc.rbs', line 64
def self.checksum: (String data) -> Integer
|
.hexdigest ⇒ String
65 |
# File 'sig/fastcrc.rbs', line 65
def self.hexdigest: (String data) -> String
|
Instance Method Details
#checksum ⇒ Integer
67 |
# File 'sig/fastcrc.rbs', line 67
def checksum: () -> Integer
|
#hexdigest ⇒ String
68 |
# File 'sig/fastcrc.rbs', line 68
def hexdigest: () -> String
|
#reset ⇒ void
This method returns an undefined value.
69 |
# File 'sig/fastcrc.rbs', line 69
def reset: () -> void
|
#update ⇒ void
This method returns an undefined value.
66 |
# File 'sig/fastcrc.rbs', line 66
def update: (String data) -> void
|