Class: FastCRC::CRC32Jam
- Inherits:
-
Object
- Object
- FastCRC::CRC32Jam
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
194 |
# File 'sig/fastcrc.rbs', line 194 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
195 |
# File 'sig/fastcrc.rbs', line 195 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
197 |
# File 'sig/fastcrc.rbs', line 197 def checksum: () -> Integer |
#hexdigest ⇒ String
198 |
# File 'sig/fastcrc.rbs', line 198 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
199 |
# File 'sig/fastcrc.rbs', line 199 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
196 |
# File 'sig/fastcrc.rbs', line 196 def update: (String data) -> void |