Class: FastCRC::CRC64Jones
- Inherits:
-
Object
- Object
- FastCRC::CRC64Jones
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
261 |
# File 'sig/fastcrc.rbs', line 261 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
262 |
# File 'sig/fastcrc.rbs', line 262 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
264 |
# File 'sig/fastcrc.rbs', line 264 def checksum: () -> Integer |
#hexdigest ⇒ String
265 |
# File 'sig/fastcrc.rbs', line 265 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
266 |
# File 'sig/fastcrc.rbs', line 266 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
263 |
# File 'sig/fastcrc.rbs', line 263 def update: (String data) -> void |