mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-19 12:40:58 +01:00
changed key format, now includes the ed25519 pubkey for signing.
This commit is contained in:
@@ -79,6 +79,7 @@ extern "C" {
|
||||
struct _pcp_key_t {
|
||||
byte public[32];
|
||||
byte secret[32];
|
||||
byte edpub[32];
|
||||
byte nonce[24];
|
||||
byte encrypted[48];
|
||||
char owner[255];
|
||||
@@ -93,6 +94,7 @@ struct _pcp_key_t {
|
||||
|
||||
struct _pcp_pubkey_t {
|
||||
byte public[32];
|
||||
byte edpub[32];
|
||||
char owner[255];
|
||||
char mail[255];
|
||||
char id[17];
|
||||
|
||||
Reference in New Issue
Block a user