Class: FastCRC::CRC32XFER

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)


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

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

.hexdigestString

Parameters:

  • data (String)

Returns:

  • (String)


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

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

.newCRC32XFER

Returns:



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

def self.new: () -> CRC32XFER

Instance Method Details

#checksumInteger

Returns:

  • (Integer)


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

def checksum: () -> Integer

#hexdigestString

Returns:

  • (String)


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

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



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

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:

  • data (String)


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

def update: (String data) -> void