Start to generate private key

This commit is contained in:
2024-07-27 16:34:41 +02:00
parent 0c6c0f4a7f
commit 402edb44d5
3 changed files with 45 additions and 15 deletions

View File

@ -13,6 +13,8 @@ extern "C"
/**
* Generate device private key, if required
*
* @returns true if a key was generated, false otherwise
*/
bool crypto_gen_priv_key();