reorganize few global vars & fcts

This commit is contained in:
Philippe Teuwen 2020-11-05 23:05:52 +01:00
commit a8b92f48a7
7 changed files with 17 additions and 21 deletions

View file

@ -20,8 +20,6 @@
#include "protocols.h"
#include "desfire_crypto.h"
int DBGLEVEL = DBG_ERROR;
// crypto1 helpers
void mf_crypto1_decryptEx(struct Crypto1State *pcs, uint8_t *data_in, int len, uint8_t *data_out) {
if (len != 1) {