Class: FastCRC::CRC16X25

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)


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

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

.hexdigestString

Parameters:

  • data (String)

Returns:

  • (String)


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

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

.newCRC16X25

Returns:



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

def self.new: () -> CRC16X25

Instance Method Details

#checksumInteger

Returns:

  • (Integer)


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

def checksum: () -> Integer

#hexdigestString

Returns:

  • (String)


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

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



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

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:

  • data (String)


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

def update: (String data) -> void