declared why2_get_chat* rsa stuff fns

This commit is contained in:
Václav Šmejkal 2024-04-13 12:28:50 +02:00
parent 2f4c73ce09
commit 2755472534
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -38,6 +38,9 @@ extern "C" {
void why2_chat_init_keys(void); //INIT (POSSIBLY GENERATE) RSA KEYS void why2_chat_init_keys(void); //INIT (POSSIBLY GENERATE) RSA KEYS
void why2_chat_deallocate_keys(void); //DEALLOCATE :) (NO SLUR HERE) 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 #ifdef __cplusplus
} }
#endif #endif