ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
export.h
Go to the documentation of this file.
1#pragma once
2
30#include <stddef.h>
31#include <stdint.h>
32
88int gpg_get_public_key(const char *key_id, uint8_t *public_key_out, char *keygrip_out);
89
/* crypto */
unsigned char uint8_t
Definition common.h:56
int gpg_get_public_key(const char *key_id, uint8_t *public_key_out, char *keygrip_out)
Get public key from GPG keyring by key ID.
Definition export.c:251