Class: FastCRC::CRC32XFER
- Inherits:
-
Object
- Object
- FastCRC::CRC32XFER
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
235 |
# File 'sig/fastcrc.rbs', line 235 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
236 |
# File 'sig/fastcrc.rbs', line 236 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
238 |
# File 'sig/fastcrc.rbs', line 238 def checksum: () -> Integer |
#hexdigest ⇒ String
239 |
# File 'sig/fastcrc.rbs', line 239 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
240 |
# File 'sig/fastcrc.rbs', line 240 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
237 |
# File 'sig/fastcrc.rbs', line 237 def update: (String data) -> void |