Write private key

This commit is contained in:
2024-08-15 13:09:01 +02:00
parent 402edb44d5
commit 752bf50ad3
5 changed files with 69 additions and 9 deletions

View File

@ -3,4 +3,9 @@
/**
* Device name len
*/
#define DEV_NAME_LEN 10
#define DEV_NAME_LEN 10
/**
* Private key max length
*/
#define PRV_KEY_DER_MAX_BYTES 1500