NAME
SpringProx.API :: CRC computation
DESCRIPTION
Provides CRC computation according to ISO 14443
NAME
SPROX_ComputeIso14443ACrc
DESCRIPTION
Compute a CRC according to ISO/IEC 14443-A (layer 3)
INPUTS
BYTE crc[2] : 2-byte buffers to receive the CRC (can be set to NULL since the CRC is also returned as function result) const BYTE buffer[] : data to be checksumed WORD size : length of the data
RETURNS
The computed CRC.
NAME
SPROX_ComputeIso14443BCrc
DESCRIPTION
Compute a CRC according to ISO/IEC 14443-B (layer 3)
INPUTS
BYTE crc[2] : 2-byte buffers to receive the CRC (can be set to NULL since the CRC is also returned as function result) const BYTE buffer[] : data to be checksumed WORD size : length of the data
RETURNS
The computed CRC.