mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: had to move the SwapBits method.
This commit is contained in:
parent
6b6815bccb
commit
6bb7609cad
4 changed files with 13 additions and 13 deletions
|
@ -42,7 +42,6 @@ uint32_t CRC8Maxim(uint8_t *buff, size_t size);
|
|||
|
||||
// Calculate CRC-8/Legic checksum
|
||||
uint32_t CRC8Legic(uint8_t *buff, size_t size);
|
||||
uint32_t SwapBits(uint32_t value, int nrbits);
|
||||
|
||||
/* Static initialization of a crc structure */
|
||||
#define CRC_INITIALIZER(_order, _polynom, _initial_value, _final_xor) { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue