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

GPG message signing interface. More...

Go to the source code of this file.

Functions

GPG Signing Operations
int gpg_sign_with_key (const char *key_id, const uint8_t *message, size_t message_len, uint8_t *signature_out, size_t *signature_len_out)
 Sign a message using GPG key and return OpenPGP signature.
 
int gpg_sign_detached_ed25519 (const char *key_id, const uint8_t *message, size_t message_len, uint8_t signature_out[64])
 Sign message with GPG and extract raw Ed25519 signature.
 

Detailed Description

GPG message signing interface.

Definition in file signing.h.