blob: 5ddf8d74cd94f1d3983c16ab1d2a82616c2d6a9b [file] [log] [blame]
#ifndef THIRD_PARTY_COSE_C_P384_COSE_COSE_CONFIGURE_H_
#define THIRD_PARTY_COSE_C_P384_COSE_COSE_CONFIGURE_H_
#define USE_ECDSA_SHA_384
#define PUBLIC_KEY_SIZE 96
#define INCLUDE_ENCRYPT 0
#define INCLUDE_ENCRYPT0 0
#define INCLUDE_MAC 0
#define INCLUDE_MAC0 0
#define INCLUDE_SIGN 0
#define INCLUDE_SIGN1 1
#define INCLUDE_COUNTERSIGNATURE 0
#define INCLUDE_COUNTERSIGNATURE1 0
#endif // THIRD_PARTY_COSE_C_P384_COSE_COSE_CONFIGURE_H_