ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
agent.h File Reference

GPG agent connection and communication interface. More...

Go to the source code of this file.

Functions

GPG Agent Connection Management
int gpg_agent_connect (void)
 Connect to gpg-agent.
 
void gpg_agent_disconnect (int sock)
 Disconnect from gpg-agent.
 
bool gpg_agent_is_available (void)
 Check if GPG agent is available.
 
GPG Agent Signing Operations
int gpg_agent_sign (int sock, const char *keygrip, const uint8_t *message, size_t message_len, uint8_t *signature_out, size_t *signature_len_out)
 Sign a message using GPG agent.
 

Detailed Description

GPG agent connection and communication interface.

Definition in file agent.h.