CRC16

io.chrisdavenport.rediculous.cluster.CRC16$
object CRC16

XMODEM CRC 16 CRC16 - 16-bit Cyclic Redundancy Check (CRC16)

Name : "XMODEM", also known as "ZMODEM", "CRC-16/ACORN" Width : 16 bit Poly : 1021 (That is actually x^16 + x^12 + x^5 + 1) Initialization : 0000 Reflect Input byte : False Reflect Output CRC : False Xor constant to output CRC : 0000 Output for "123456789" : 31C3

Attributes

Source:
CRC16.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CRC16.type

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
CRC16.scala
def string(string: String)(implicit C: Charset): Int

Attributes

Source:
CRC16.scala