 |
ndn-lite
|
Go to the documentation of this file. 11 #ifndef SIGN_ON_BASIC_SEC_CONSTS_H 12 #define SIGN_ON_BASIC_SEC_CONSTS_H 14 #define SIGN_ON_BASIC_SEC_OP_FAILURE 0 15 #define SIGN_ON_BASIC_SEC_OP_SUCCESS 1 17 #define SIGN_ON_BASIC_SHA256_HASH_SIZE 32 19 #define SIGN_ON_BASIC_ECC_CURVE_SECP_256R1_RAW_PRI_KEY_LENGTH 32 20 #define SIGN_ON_BASIC_ECC_CURVE_SECP_256R1_RAW_PUB_KEY_LENGTH 64 22 #define SIGN_ON_BASIC_AES_KEY_MAX_LENGTH 16 26 #define SIGN_ON_BASIC_ECC_CURVE_SECP_256R1 0 30 #endif // SIGN_ON_BASIC_SEC_CONSTS_H