Adding EAC and some crypto functions.

Adding MBEDTLS submodule to core.
This commit is contained in:
Pol Henarejos
2022-04-19 19:09:38 +02:00
parent 39efd9b170
commit 7d4f9e4f1f
10 changed files with 572 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ tusb_desc_device_t const desc_device =
.idVendor = (USB_VID),
.idProduct = (USB_PID),
.bcdDevice = HSM_VERSION,
.bcdDevice = CCID_VERSION,
.iManufacturer = 1,
.iProduct = 2,