declared why2_chat_ecc_sign

used for signing message with ECC
This commit is contained in:
Václav Šmejkal 2025-01-29 21:13:59 +01:00
parent 8d17915a05
commit 5cc8c43b62
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -34,6 +34,8 @@ extern "C" {
void why2_chat_init_keys(void); //INIT (POSSIBLY GENERATE) ECC KEYS
void why2_chat_deallocate_keys(void); //DEALLOCATE :) (NO SLUR HERE)
char *why2_chat_ecc_sign(char *message); //SIGN message WITH ECC KEY
char *why2_sha256(char *input); //HASH input USING SHA256 AND RETURN IN STRING
#ifdef __cplusplus