mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
fb9d34447e
commit
8b8b67ac76
2 changed files with 7 additions and 7 deletions
|
@ -72,7 +72,7 @@ uint8_t crypto1_bit(struct Crypto1State *s, uint8_t in, int is_encrypted) {
|
|||
feedin ^= !!in;
|
||||
feedin ^= LF_POLY_ODD & s->odd;
|
||||
feedin ^= LF_POLY_EVEN & s->even;
|
||||
s->even = s->even << 1 | evenparity32(feedin);
|
||||
s->even = s->even << 1 | (evenparity32(feedin));
|
||||
|
||||
t = s->odd;
|
||||
s->odd = s->even;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue