1 #ifndef THIRD_PARTY_COSE_C_P256_COSE_COSE_CONFIGURE_H_ 2 #define THIRD_PARTY_COSE_C_P256_COSE_COSE_CONFIGURE_H_ 3 4 #define USE_ECDSA_SHA_256 5 6 #define INCLUDE_ENCRYPT 0 7 #define INCLUDE_ENCRYPT0 0 8 #define INCLUDE_MAC 0 9 #define INCLUDE_MAC0 0 10 #define INCLUDE_SIGN 0 11 #define INCLUDE_SIGN1 1 12 #define INCLUDE_COUNTERSIGNATURE 0 13 #define INCLUDE_COUNTERSIGNATURE1 0 14 15 #endif // THIRD_PARTY_COSE_C_P256_COSE_COSE_CONFIGURE_H_ 16