mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 06:26:22 +00:00
Added signature verification, /pgp fps command
This commit is contained in:
@@ -42,9 +42,12 @@ typedef struct pgp_key_t {
|
||||
} ProfPGPKey;
|
||||
|
||||
void p_gpg_init(void);
|
||||
void p_gpg_close(void);
|
||||
GSList* p_gpg_list_keys(void);
|
||||
GHashTable* p_gpg_fingerprints(void);
|
||||
const char* p_gpg_libver(void);
|
||||
void p_gpg_free_key(ProfPGPKey *key);
|
||||
char* p_gpg_sign_str(const char * const str, const char * const fp);
|
||||
void p_gpg_verify(const char * const barejid, const char *const sign);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user