1 #ifndef pfodMACClient_h
2 #define pfodMACClient_h
68 boolean cmpToResult(
const byte* response, uint16_t len);
pfodMACClient for Arduino Updates power cycles, builds the Challenge, keeps track in message counts a...
void printBytesInHex(Print *out, const byte *b, size_t len)
void setDebugStream(Print *out)
void putByteToHash(byte b)
void reverseBytes(byte *b, int len)
void setSecretKey(byte *key, int len)
void putBytesToHash(byte *b, int len)
unsigned char * hashChallenge(byte *challenge)
void putLongToHash(uint32_t l)
boolean checkMsgHash(const byte *msgHash, uint16_t len)
Converts msgHash from hex Digits to bytes and then compares the resulting byte[] with the current has...
static const uint8_t maxKeySize