12#define ISO13239_CRC_SIZE sizeof(uint16_t)
15 Iso13239CrcTypeDefault,
16 Iso13239CrcTypePicopass,
19void iso13239_crc_append(Iso13239CrcType type,
BitBuffer* buf);
21bool iso13239_crc_check(Iso13239CrcType type,
const BitBuffer* buf);
Definition bit_buffer.c:7