Class: FastCRC::CRC64XZ
- Inherits:
-
Object
- Object
- FastCRC::CRC64XZ
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
287 |
# File 'sig/fastcrc.rbs', line 287 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
288 |
# File 'sig/fastcrc.rbs', line 288 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
290 |
# File 'sig/fastcrc.rbs', line 290 def checksum: () -> Integer |
#hexdigest ⇒ String
291 |
# File 'sig/fastcrc.rbs', line 291 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
292 |
# File 'sig/fastcrc.rbs', line 292 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
289 |
# File 'sig/fastcrc.rbs', line 289 def update: (String data) -> void |