From 4ff6158a6cd29e87222387870e6f01aca41b8183 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 6 Apr 2024 17:35:22 +0530 Subject: meson: init --- include/gpg.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/gpg.h (limited to 'include/gpg.h') diff --git a/include/gpg.h b/include/gpg.h new file mode 100644 index 0000000..f5053bf --- /dev/null +++ b/include/gpg.h @@ -0,0 +1,6 @@ +#include +#include + +int gpg_key_validate(const char *fpr); +int gpg_decrypt(FILE *pass_out, const char *pass_path); +int gpg_encrypt(FILE *stream, const char *fpr, const char *pass, size_t n); -- cgit v1.2.3