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

This commit is contained in:
Alexander Vdolainen 2016-06-26 02:31:32 +03:00
parent a9238b8f8e
commit c1c198f87e

View File

@ -40,6 +40,12 @@ typedef uint8_t ed25519_signature[ED25519_SIG_LEN];
#define SXT_PPKP_PRIVATE (1 << 2)
#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 */
#define PPKP_ED25519 0xa