sxt: key added hash;

This commit is contained in:
Alexander Vdolainen 2016-06-16 05:09:59 +03:00
parent f390ad0169
commit 32b729cec0

View File

@ -48,6 +48,7 @@ typedef struct sxtkey_type {
uint8_t flags;
ed25519_pubkey *pubkey;
ed25519_privkey *privkey;
uint64_t hash;
void *priv;
} sxtkey_t;