From 62d2f10e659b910d72818b92d654617090b87442 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 13 Apr 2024 13:12:08 +0200 Subject: [PATCH] declared why2_chat_rsa_pub_encrypt --- include/chat/crypto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/chat/crypto.h b/include/chat/crypto.h index 7132971..5bc79a2 100644 --- a/include/chat/crypto.h +++ b/include/chat/crypto.h @@ -41,6 +41,8 @@ void why2_chat_deallocate_keys(void); //DEALLOCATE :) (NO SLUR HERE) char *why2_get_chat_modulus(void); //GET THE RSA MODULUS char *why2_get_chat_d(void); //GET THE RSA d +char *why2_chat_rsa_pub_encrypt(long to_encrypt); //RSA ENCRYPT USING PUBLIC KEY + #ifdef __cplusplus } #endif