sxt: max size buffer added;

This commit is contained in:
Alexander Vdolainen 2016-07-01 02:56:23 +03:00
parent 7216fc6cf8
commit c6c1232e19

View File

@ -36,6 +36,8 @@ typedef uint8_t ed25519_pubkey[ED25519_PK_LEN];
typedef uint8_t ed25519_privkey[ED25519_SK_LEN];
typedef uint8_t ed25519_signature[ED25519_SIG_LEN];
#define SXT_PPKP_MAXCSIZE 1024*1024
/* flags */
#define SXT_PPKP_PRIVATE (1 << 2)
#define SXT_PPKP_PUBLIC (1 << 1)