From 27554725341493c0064fd5551c26b13d9ffe53d5 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 13 Apr 2024 12:28:50 +0200 Subject: [PATCH] declared why2_get_chat* rsa stuff fns --- include/chat/crypto.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/chat/crypto.h b/include/chat/crypto.h index 10fa7bd..7132971 100644 --- a/include/chat/crypto.h +++ b/include/chat/crypto.h @@ -38,6 +38,9 @@ extern "C" { void why2_chat_init_keys(void); //INIT (POSSIBLY GENERATE) RSA KEYS 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 + #ifdef __cplusplus } #endif