sxt: key container - added documented values (important);

master
Alexander Vdolainen 8 years ago
parent a9238b8f8e
commit c1c198f87e

@ -40,6 +40,12 @@ typedef uint8_t ed25519_signature[ED25519_SIG_LEN];
#define SXT_PPKP_PRIVATE (1 << 2) #define SXT_PPKP_PRIVATE (1 << 2)
#define SXT_PPKP_PUBLIC (1 << 1) #define SXT_PPKP_PUBLIC (1 << 1)
#define SXT_PPKP_IHASH (1 << 1)
#define SXT_PPKP_ENCRYPT (1 << 2)
/* magic values */
#define PPKP_MAGIC "0xbeef0101"
/* here the supported types in SXT */ /* here the supported types in SXT */
#define PPKP_ED25519 0xa #define PPKP_ED25519 0xa

Loading…
Cancel
Save