Adding msg authenticate.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-05 16:48:18 +02:00
parent 888a1c92c5
commit cf68a6b61f
4 changed files with 59 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#define SHA256_DIGEST_LENGTH (32)
#define KEY_HANDLE_LEN (KEY_PATH_LEN + SHA256_DIGEST_LENGTH)
extern int scan_files();
extern int derive_key(const uint8_t *app_id, bool new_key, uint8_t *key_handle, mbedtls_ecdsa_context *key);
#endif //_FIDO_H