Initialise CRC Value

v = crc.crc8_init()
v = crc.crc16_init()
v = crc.crc32_init()
v = crc.crcxmodem_init()

Create an initial value for a CRC.