]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/optimized_cipher.c
chg: moved to header file
[proxmark3-svn] / armsrc / optimized_cipher.c
index bfaf5088fa4ae7cba28e2cc58a489c81b16c3180..285403ab8beba30a41dabe9436a86b57c2d3890c 100644 (file)
 **/
 
 #include "optimized_cipher.h"
-#include <stdlib.h>
-#include <string.h>
-#include <stdbool.h>
-#include <stdint.h>
-
 
 #define opt_T(s) (0x1 & ((s->t >> 15) ^ (s->t >> 14)^ (s->t >> 10)^ (s->t >> 8)^ (s->t >> 5)^ (s->t >> 4)^ (s->t >> 1)^ s->t))
 
Impressum, Datenschutz