Added first commit of Pico OpenPGP with PIV support.

It shares the PIN of OpenPGP.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-03-06 18:54:30 +01:00
parent 21e3ba11c6
commit 817d8b39ec
3 changed files with 189 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ add_executable(pico_openpgp)
set(SOURCES ${SOURCES}
${CMAKE_CURRENT_LIST_DIR}/src/openpgp/openpgp.c
${CMAKE_CURRENT_LIST_DIR}/src/openpgp/files.c
${CMAKE_CURRENT_LIST_DIR}/src/openpgp/piv.c
)
set(INCLUDES ${INCLUDES}