Removed comments

This commit is contained in:
Matthew Saunier 2021-06-08 12:22:45 -06:00 committed by GitHub
parent 26227e1d7b
commit 3160d99b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -886,8 +886,6 @@ int getIndalaBits(uint8_t fc, uint16_t cn, uint8_t *bits) {
return PM3_SUCCESS; return PM3_SUCCESS;
} }
// Derived from getIndalaBits() by Matt Saunier 04 Jun 2021. Conforms to the Indala 4041X format, correctly calculates parity for 26-bit Wiegand.
/* /*
Permutation table for this format, lower 4 bytes of card data. Permutation table for this format, lower 4 bytes of card data.
@ -896,7 +894,6 @@ int getIndalaBits(uint8_t fc, uint16_t cn, uint8_t *bits) {
0x60 | FC 3 | FC 6 | CN 1 | CN 8 | CN B | FC 2 | CN 4 | 1 | 0x60 | FC 3 | FC 6 | CN 1 | CN 8 | CN B | FC 2 | CN 4 | 1 |
0x70 | CN 3 | FC 7 | FC 0 | CN 2 | 0 | 0 | 0 | 0 | 0x70 | CN 3 | FC 7 | FC 0 | CN 2 | 0 | 0 | 0 | 0 |
*/ */
int getIndalaBits4041x(uint8_t fc, uint16_t cn, uint8_t *bits) { int getIndalaBits4041x(uint8_t fc, uint16_t cn, uint8_t *bits) {
// Preamble and required values // Preamble and required values