# All output were generated by online CRC generator.
# Websites used:
# http://zorc.breitbandkatze.de/crc.html (polynom=3d65, xor_out=ffff)
# https://www.lammertbies.nl/comm/info/crc-calculation.html
#
# All msg are in ascii format
# All checksum (cs) are in hexadecimal format

Len = 1
Msg = 1
CS = 6552

Len = 2
Msg = 42
CS = 4c13

Len = 6
Msg = azerty
CS = 8da7

Len = 9
Msg = 123456789
CS = 82ea

Len = 15
Msg = 123456789abcdef
CS = 4435

Len = 26
Msg = abcdefghijklmnopqrstuvwxyz
CS = ed72

Len = 35
Msg = abcdefghijklmnopqrstuvwxyz123456789
CS = cce3
