Class: FastCRC::CRC32POSIX
- Inherits:
-
Object
- Object
- FastCRC::CRC32POSIX
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
222 |
# File 'sig/fastcrc.rbs', line 222
def self.checksum: (String data) -> Integer
|
.hexdigest ⇒ String
223 |
# File 'sig/fastcrc.rbs', line 223
def self.hexdigest: (String data) -> String
|
Instance Method Details
#checksum ⇒ Integer
225 |
# File 'sig/fastcrc.rbs', line 225
def checksum: () -> Integer
|
#hexdigest ⇒ String
226 |
# File 'sig/fastcrc.rbs', line 226
def hexdigest: () -> String
|
#reset ⇒ void
This method returns an undefined value.
227 |
# File 'sig/fastcrc.rbs', line 227
def reset: () -> void
|
#update ⇒ void
This method returns an undefined value.
224 |
# File 'sig/fastcrc.rbs', line 224
def update: (String data) -> void
|