store ed25519 key sig as well (forgot that previously)

This commit is contained in:
TLINDEN
2015-07-08 23:52:46 +02:00
parent cc47e63731
commit 775935a958
2 changed files with 17 additions and 0 deletions

View File

@@ -46,5 +46,7 @@ Buffer *pcp_keysig2blob(pcp_keysig_t *s);
/* fetch a keysig from a buffer, usually loaded from vault */
pcp_keysig_t *pcp_keysig_new(Buffer *blob);
/* debug print a keysig */
void pcp_dumpkeysig(pcp_keysig_t *s);
#endif /* _HAVE_PCP_KEYSIG_H */