Adding authenticatorSelection 0x0B support.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-27 12:24:22 +02:00
parent d4b7bfd6cc
commit 0ec563c8de
5 changed files with 42 additions and 6 deletions

View File

@@ -29,6 +29,8 @@
#include "credential.h"
#include <math.h>
int cbor_get_assertion(const uint8_t *data, size_t len, bool next);
bool residentx = false;
Credential credsx[MAX_CREDENTIAL_COUNT_IN_LIST] = {0};
uint8_t credentialCounter = 1;