mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-27 10:34:08 +08:00
chg: ego credits....one of these days I'll remove 'em
This commit is contained in:
parent
6cf8fcb002
commit
07f970aad7
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ uint32_t CRC8Maxim(uint8_t *buff, size_t size) {
|
|||
return crc_finish(&crc);
|
||||
}
|
||||
|
||||
//credits to iceman
|
||||
uint32_t CRC8Legic(uint8_t *buff, size_t size) {
|
||||
|
||||
// Poly 0x63, reversed poly 0xC6, Init 0x55, Final 0x00
|
||||
|
|
Loading…
Reference in a new issue