mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
reorganize few global vars & fcts
This commit is contained in:
parent
bae2f5f04e
commit
a8b92f48a7
7 changed files with 17 additions and 21 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue