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
88
int
gpg_get_public_key
(
const
char
*key_id,
uint8_t
*public_key_out,
char
*keygrip_out);
89
/* crypto */
uint8_t
unsigned char uint8_t
Definition
common.h:56
gpg_get_public_key
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
lib
crypto
gpg
export.h
Generated by
1.9.8