From 9007dce4fdc5328ab957cc6f8aaa976b8d386912 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 23 Feb 2024 10:14:50 +0100 Subject: [PATCH] created WHY2_CHAT_KEY_BITS macro --- include/chat/crypto.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/chat/crypto.h b/include/chat/crypto.h index 3871350..dec3006 100644 --- a/include/chat/crypto.h +++ b/include/chat/crypto.h @@ -23,6 +23,9 @@ along with this program. If not, see . extern "C" { #endif +//MACROS +#define WHY2_CHAT_KEY_BITS 4096 + void why2_chat_generate_keys(void); //GENERATE RSA KEYS #ifdef __cplusplus