Class: FastCRC::CRC16
- Inherits:
-
Object
- Object
- FastCRC::CRC16
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
12 |
# File 'sig/fastcrc.rbs', line 12
def self.checksum: (String data) -> Integer
|
.hexdigest ⇒ String
13 |
# File 'sig/fastcrc.rbs', line 13
def self.hexdigest: (String data) -> String
|
Instance Method Details
#checksum ⇒ Integer
15 |
# File 'sig/fastcrc.rbs', line 15
def checksum: () -> Integer
|
#hexdigest ⇒ String
16 |
# File 'sig/fastcrc.rbs', line 16
def hexdigest: () -> String
|
#reset ⇒ void
This method returns an undefined value.
17 |
# File 'sig/fastcrc.rbs', line 17
def reset: () -> void
|
#update ⇒ void
This method returns an undefined value.
14 |
# File 'sig/fastcrc.rbs', line 14
def update: (String data) -> void
|