make_credential works

This commit is contained in:
Conor Patrick
2018-05-11 23:20:10 -04:00
parent 71a0f1b55c
commit f1deb635b1
7 changed files with 67 additions and 30 deletions

2
ctap.h
View File

@@ -79,8 +79,8 @@
typedef struct
{
uint8_t aaguid[16];
uint8_t credLenL;
uint8_t credLenH;
uint8_t credLenL;
uint8_t credentialId[CREDENTIAL_ID_SIZE];
} __attribute__((packed)) CTAP_attestHeader;