missing defines

This commit is contained in:
iceman1001 2025-03-12 17:40:07 +01:00
commit aa35a8a1a6
2 changed files with 7 additions and 0 deletions

View file

@ -31,6 +31,7 @@
#include "protocols.h"
#include "cmdhficlass.h"
#include "mifare/mifaredefault.h" // mifare consts
#include "cmdhfseos.h"
enum MifareAuthSeq {
masNone,

View file

@ -21,6 +21,12 @@
#include "common.h"
#define SEOS_ENCRYPTION_2K3DES 0x02
#define SEOS_ENCRYPTION_3K3DES 0x03
#define SEOS_ENCRYPTION_AES 0x09
#define SEOS_HASHING_SHA1 0x06
#define SEOS_HASHING_SHA256 0x07
int infoSeos(bool verbose);
int CmdHFSeos(const char *Cmd);
int seos_kdf(bool encryption, uint8_t *masterKey, uint8_t keyslot,