mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
style
This commit is contained in:
parent
7b30126371
commit
7bc3bea230
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ recover(uint32_t *o_head, uint32_t *o_tail, uint32_t oks,
|
||||||
|
|
||||||
if (rem == -1) {
|
if (rem == -1) {
|
||||||
for (uint32_t *e = e_head; e <= e_tail; ++e) {
|
for (uint32_t *e = e_head; e <= e_tail; ++e) {
|
||||||
*e = *e << 1 ^ (evenparity32(*e & LF_POLY_EVEN)) ^ !!(in & 4);
|
*e = *e << 1 ^ (evenparity32(*e & LF_POLY_EVEN)) ^ (!!(in & 4));
|
||||||
for (uint32_t *o = o_head; o <= o_tail; ++o, ++sl) {
|
for (uint32_t *o = o_head; o <= o_tail; ++o, ++sl) {
|
||||||
sl->even = *o;
|
sl->even = *o;
|
||||||
sl->odd = *e ^ (evenparity32(*o & LF_POLY_ODD));
|
sl->odd = *e ^ (evenparity32(*o & LF_POLY_ODD));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue