Show device private key

This commit is contained in:
2024-08-15 13:32:01 +02:00
parent 752bf50ad3
commit 0c11703cea
3 changed files with 61 additions and 23 deletions

View File

@ -18,6 +18,11 @@ extern "C"
*/
bool crypto_gen_priv_key();
/**
* Print current device private key
*/
void crypto_print_priv_key();
#ifdef __cplusplus
}
#endif