Class: FastCRC::CRC64
- Inherits:
-
Object
- Object
- FastCRC::CRC64
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
248 |
# File 'sig/fastcrc.rbs', line 248
def self.checksum: (String data) -> Integer
|
.hexdigest ⇒ String
249 |
# File 'sig/fastcrc.rbs', line 249
def self.hexdigest: (String data) -> String
|
Instance Method Details
#checksum ⇒ Integer
251 |
# File 'sig/fastcrc.rbs', line 251
def checksum: () -> Integer
|
#hexdigest ⇒ String
252 |
# File 'sig/fastcrc.rbs', line 252
def hexdigest: () -> String
|
#reset ⇒ void
This method returns an undefined value.
253 |
# File 'sig/fastcrc.rbs', line 253
def reset: () -> void
|
#update ⇒ void
This method returns an undefined value.
250 |
# File 'sig/fastcrc.rbs', line 250
def update: (String data) -> void
|