Class: FastCRC::CRC32
- Inherits:
-
Object
- Object
- FastCRC::CRC32
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
155 |
# File 'sig/fastcrc.rbs', line 155
def self.checksum: (String data) -> Integer
|
.hexdigest ⇒ String
156 |
# File 'sig/fastcrc.rbs', line 156
def self.hexdigest: (String data) -> String
|
Instance Method Details
#checksum ⇒ Integer
158 |
# File 'sig/fastcrc.rbs', line 158
def checksum: () -> Integer
|
#hexdigest ⇒ String
159 |
# File 'sig/fastcrc.rbs', line 159
def hexdigest: () -> String
|
#reset ⇒ void
This method returns an undefined value.
160 |
# File 'sig/fastcrc.rbs', line 160
def reset: () -> void
|
#update ⇒ void
This method returns an undefined value.
157 |
# File 'sig/fastcrc.rbs', line 157
def update: (String data) -> void
|