mirror of
https://github.com/polhenarejos/pico-fido
synced 2026-06-18 20:35:58 +02:00
@@ -16,11 +16,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pico_keys.h"
|
#include "pico_keys.h"
|
||||||
#ifndef ESP_PLATFORM
|
|
||||||
#include "common.h"
|
|
||||||
#else
|
|
||||||
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
|
|
||||||
#endif
|
|
||||||
#include "mbedtls/ecp.h"
|
#include "mbedtls/ecp.h"
|
||||||
#include "mbedtls/ecdh.h"
|
#include "mbedtls/ecdh.h"
|
||||||
#include "mbedtls/sha256.h"
|
#include "mbedtls/sha256.h"
|
||||||
|
|||||||
@@ -19,11 +19,6 @@
|
|||||||
#define _CTAP2_CBOR_H_
|
#define _CTAP2_CBOR_H_
|
||||||
|
|
||||||
#include "cbor.h"
|
#include "cbor.h"
|
||||||
#ifndef ESP_PLATFORM
|
|
||||||
#include "common.h"
|
|
||||||
#else
|
|
||||||
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
|
|
||||||
#endif
|
|
||||||
#include "mbedtls/ecp.h"
|
#include "mbedtls/ecp.h"
|
||||||
#include "mbedtls/ecdh.h"
|
#include "mbedtls/ecdh.h"
|
||||||
|
|
||||||
|
|||||||
@@ -21,11 +21,6 @@
|
|||||||
#if defined(PICO_PLATFORM)
|
#if defined(PICO_PLATFORM)
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
#endif
|
#endif
|
||||||
#ifndef ESP_PLATFORM
|
|
||||||
#include "common.h"
|
|
||||||
#else
|
|
||||||
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "mbedtls/ecdsa.h"
|
#include "mbedtls/ecdsa.h"
|
||||||
#ifdef MBEDTLS_EDDSA_C
|
#ifdef MBEDTLS_EDDSA_C
|
||||||
|
|||||||
Reference in New Issue
Block a user