FTEQW
Documentation of the FTE engine source tree.
crc.c File Reference

Variables

hashfunc_t hash_crc16
 
hashfunc_t hash_crc16_lower
 

Variable Documentation

◆ hash_crc16

hashfunc_t hash_crc16
Initial value:
=
{
2,
2,
CRC16_Init,
CRC16_Update,
CRC16_Finish,
}

◆ hash_crc16_lower

hashfunc_t hash_crc16_lower
Initial value:
=
{
2,
2,
CRC16_Init,
CRC16_Update_Lower,
CRC16_Finish,
}