sxt: key added hash;

master
Alexander Vdolainen 8 years ago
parent f390ad0169
commit 32b729cec0

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

Loading…
Cancel
Save