projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c59e80
)
CHG: fixes a "indent" warning
author
iceman1001
<iceman@iuse.se>
Mon, 26 Sep 2016 09:04:04 +0000
(11:04 +0200)
committer
iceman1001
<iceman@iuse.se>
Mon, 26 Sep 2016 09:04:04 +0000
(11:04 +0200)
armsrc/des.c
patch
|
blob
|
blame
|
history
diff --git
a/armsrc/des.c
b/armsrc/des.c
index 1ff041843e60aadbda8e65148562d765373d4cc3..6b3bea9b77ed5f14f0b181aa625f2ddd597fcfca 100644
(file)
--- a/
armsrc/des.c
+++ b/
armsrc/des.c
@@
-210,7
+210,7
@@
void permute(const uint8_t *ptable, const uint8_t *in, uint8_t *out){
for(byte=0; byte<ob; ++byte){
uint8_t x,t=0;
for(bit=0; bit<8; ++bit){
- x
=*ptable++ -1
;
+ x
= *ptable++ - 1
;
t<<=1;
if((in[x/8]) & (0x80>>(x%8)) ){
t|=0x01;
Impressum
,
Datenschutz