Show device private key
This commit is contained in:
@ -18,6 +18,11 @@ extern "C"
|
||||
*/
|
||||
bool crypto_gen_priv_key();
|
||||
|
||||
/**
|
||||
* Print current device private key
|
||||
*/
|
||||
void crypto_print_priv_key();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user