]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/crypto1.c
CHG: 'lf em4x' - the em4x50 demod didn't calc ASKDemod_ext with a refenence bool.
[proxmark3-svn] / armsrc / crypto1.c
index b218af19e0d14ce88afdee5af571ceddd96345dd..98d38b2bf2189ad4a65047e263669e6a67b53c84 100644 (file)
@@ -20,7 +20,6 @@
 #include "crapto1.h"
 #include <stdlib.h>
 
-
 void crypto1_create(struct Crypto1State *s, uint64_t key)
 {
 //     struct Crypto1State *s = malloc(sizeof(*s));
@@ -30,7 +29,6 @@ void crypto1_create(struct Crypto1State *s, uint64_t key)
                s->odd  = s->odd  << 1 | BIT(key, (i - 1) ^ 7);
                s->even = s->even << 1 | BIT(key, i ^ 7);
        }
-       return;
 }
 void crypto1_destroy(struct Crypto1State *state)
 {
Impressum, Datenschutz