CHG: moved some TEA crypto stuff from 14b into analyse.

This commit is contained in:
iceman1001 2016-08-07 21:08:17 +02:00
commit 16658b1ff1
4 changed files with 47 additions and 51 deletions

View file

@ -11,6 +11,10 @@
#ifndef CMDHF14B_H__
#define CMDHF14B_H__
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include "iso14443crc.h"
#include "proxmark3.h"
#include "data.h"
@ -20,14 +24,12 @@
#include "cmdparser.h"
#include "cmdmain.h"
#include "cmdhf14a.h"
#include "tea.h"
#include "cmdhf.h"
#include "prng.h"
#include "sha1.h"
#include "mifare.h" // structs/enum for ISO14B
#include "protocols.h" // definitions of ISO14B protocol
int usage_hf_14b_info(void);
int usage_hf_14b_reader(void);
int usage_hf_14b_raw(void);