declared why2_get_chat* rsa stuff fns
This commit is contained in:
parent
2f4c73ce09
commit
2755472534
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user