refactor make_credential

This commit is contained in:
Conor Patrick
2018-05-12 12:19:31 -04:00
parent 9fcbcad735
commit f0768468f0
5 changed files with 118 additions and 82 deletions

1
ctap.h
View File

@@ -118,6 +118,7 @@ typedef struct
int32_t COSEAlgorithmIdentifier;
uint8_t pinProtocol;
} CTAP_makeCredential;
uint8_t ctap_handle_packet(uint8_t * pkt_raw, int length, CTAP_RESPONSE * resp);