Class: FastCRC::CRC64NVMe
- Inherits:
-
Object
- Object
- FastCRC::CRC64NVMe
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
274 |
# File 'sig/fastcrc.rbs', line 274
def self.checksum: (String data) -> Integer
|
.hexdigest ⇒ String
275 |
# File 'sig/fastcrc.rbs', line 275
def self.hexdigest: (String data) -> String
|
Instance Method Details
#checksum ⇒ Integer
277 |
# File 'sig/fastcrc.rbs', line 277
def checksum: () -> Integer
|
#hexdigest ⇒ String
278 |
# File 'sig/fastcrc.rbs', line 278
def hexdigest: () -> String
|
#reset ⇒ void
This method returns an undefined value.
279 |
# File 'sig/fastcrc.rbs', line 279
def reset: () -> void
|
#update ⇒ void
This method returns an undefined value.
276 |
# File 'sig/fastcrc.rbs', line 276
def update: (String data) -> void
|