Class: FastCRC::CRC32c
- Inherits:
-
Object
- Object
- FastCRC::CRC32c
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
181 |
# File 'sig/fastcrc.rbs', line 181
def self.checksum: (String data) -> Integer
|
.hexdigest ⇒ String
182 |
# File 'sig/fastcrc.rbs', line 182
def self.hexdigest: (String data) -> String
|
Instance Method Details
#checksum ⇒ Integer
184 |
# File 'sig/fastcrc.rbs', line 184
def checksum: () -> Integer
|
#hexdigest ⇒ String
185 |
# File 'sig/fastcrc.rbs', line 185
def hexdigest: () -> String
|
#reset ⇒ void
This method returns an undefined value.
186 |
# File 'sig/fastcrc.rbs', line 186
def reset: () -> void
|
#update ⇒ void
This method returns an undefined value.
183 |
# File 'sig/fastcrc.rbs', line 183
def update: (String data) -> void
|