created WHY2_CHAT_KEY_BITS macro

This commit is contained in:
Václav Šmejkal 2024-02-23 10:14:50 +01:00
parent 35f4b0447a
commit 9007dce4fd
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -23,6 +23,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
extern "C" {
#endif
//MACROS
#define WHY2_CHAT_KEY_BITS 4096
void why2_chat_generate_keys(void); //GENERATE RSA KEYS
#ifdef __cplusplus