projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed redundant function to compose reader short frame
[proxmark3-svn]
/
client
/
nonce2key
/
crapto1.h
diff --git
a/client/nonce2key/crapto1.h
b/client/nonce2key/crapto1.h
index 49e8e9e4ea8445c266e63692c4615471196f5a76..67af4642f7c06c97522419d031458bae5c34590a 100644
(file)
--- a/
client/nonce2key/crapto1.h
+++ b/
client/nonce2key/crapto1.h
@@
-70,7
+70,7
@@
static inline int parity(uint32_t x)
x ^= x >> 4;
return BIT(0x6996, x & 0xf);
#else
- asm( "movl %1, %%eax\n"
+
__
asm( "movl %1, %%eax\n"
"mov %%ax, %%cx\n"
"shrl $0x10, %%eax\n"
"xor %%ax, %%cx\n"
Impressum
,
Datenschutz