declared why2_chat_rsa_pub_encrypt

This commit is contained in:
Václav Šmejkal 2024-04-13 13:12:08 +02:00
parent 5bd948c8a0
commit 62d2f10e65
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -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_modulus(void); //GET THE RSA MODULUS
char *why2_get_chat_d(void); //GET THE RSA d 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 #ifdef __cplusplus
} }
#endif #endif