mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
provide notice that new public key has been created and stored
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
typedef struct pairing_s pairing_t;
|
||||
typedef struct pairing_session_s pairing_session_t;
|
||||
|
||||
pairing_t *pairing_init_generate(const char * keyfile);
|
||||
pairing_t *pairing_init_generate(const char * keyfile, int *result);
|
||||
void pairing_get_public_key(pairing_t *pairing, unsigned char public_key[ED25519_KEY_SIZE]);
|
||||
|
||||
pairing_session_t *pairing_session_init(pairing_t *pairing);
|
||||
|
||||
Reference in New Issue
Block a user