mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-18 04:10:57 +01:00
pbp key support were still incompatible. now I can at least import pbp keys.
This commit is contained in:
@@ -105,12 +105,11 @@ struct _pcp_pubkey_t {
|
||||
};
|
||||
|
||||
// the PBP public key format
|
||||
// keys.mp+keys.cp+keys.sp+keys.name
|
||||
struct _pbp_pubkey_t {
|
||||
byte sigpub[crypto_box_PUBLICKEYBYTES];
|
||||
byte edpub[crypto_sign_PUBLICKEYBYTES];
|
||||
byte sigpub[crypto_sign_PUBLICKEYBYTES];
|
||||
byte pub[crypto_box_PUBLICKEYBYTES];
|
||||
char iso_ctime[32];
|
||||
char iso_expire[32];
|
||||
byte edpub[crypto_sign_PUBLICKEYBYTES];
|
||||
char name[1024];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user