add ctap function to overwrite key bytes

This commit is contained in:
Conor Patrick
2019-10-08 11:34:15 -04:00
parent 7bcb7ea840
commit 0ebe0ff502
2 changed files with 13 additions and 0 deletions

View File

@@ -361,4 +361,6 @@ extern uint8_t KEY_AGREEMENT_PUB[64];
void lock_device_permanently();
void ctap_load_external_keys(uint8_t * keybytes);
#endif