Core functionalities to transform Raspberry Pico into a CCID device.
Find a file
Pol Henarejos 40288a85f1
It's a major reorganization.
In order to add FIDO2 support, we need to reorganize some USB/CCID calls to specific area (named driver).
Thus, pico-hsm-sdk has two drivers:
- CCID driver implements APDU over USB/CCID ISO-7816 standard procedures.
- HID driver implements APDU over HID.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2022-08-30 02:00:11 +02:00
config Using custom mbedtls configuration file. 2022-06-01 12:57:24 +02:00
mbedtls@d65aeb3734 Adding EAC and some crypto functions. 2022-04-19 19:09:38 +02:00
src It's a major reorganization. 2022-08-30 02:00:11 +02:00
.gitmodules Adding EAC and some crypto functions. 2022-04-19 19:09:38 +02:00
CMakeLists.txt It's a major reorganization. 2022-08-30 02:00:11 +02:00
LICENSE Initial commit 2022-04-19 12:58:22 +02:00
pico_sdk_import.cmake Adding first release of Pico CCID. It should be the core for different types of smart cards. 2022-04-19 13:40:45 +02:00