Class: FastCRC::CRC32POSIX

Inherits:
Object
  • Object
show all
Defined in:
sig/fastcrc.rbs

Constant Summary collapse

WIDTH =

Returns:

  • (Integer)
CHECK =

Returns:

  • (Integer)
NAME =

Returns:

  • (String)

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.checksumInteger

Parameters:

  • data (String)

Returns:

  • (Integer)


222
# File 'sig/fastcrc.rbs', line 222

def self.checksum: (String data) -> Integer

.hexdigestString

Parameters:

  • data (String)

Returns:

  • (String)


223
# File 'sig/fastcrc.rbs', line 223

def self.hexdigest: (String data) -> String

.newCRC32POSIX

Returns:



221
# File 'sig/fastcrc.rbs', line 221

def self.new: () -> CRC32POSIX

Instance Method Details

#checksumInteger

Returns:

  • (Integer)


225
# File 'sig/fastcrc.rbs', line 225

def checksum: () -> Integer

#hexdigestString

Returns:

  • (String)


226
# File 'sig/fastcrc.rbs', line 226

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



227
# File 'sig/fastcrc.rbs', line 227

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:

  • data (String)


224
# File 'sig/fastcrc.rbs', line 224

def update: (String data) -> void