mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
load Ident from base64 string
This commit is contained in:
parent
cf6fa2d41d
commit
19333d5697
2 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,7 @@ namespace data
|
|||
uint8_t certificate[3];
|
||||
|
||||
Identity& operator=(const Keys& keys);
|
||||
bool FromBase64(const std::string&);
|
||||
};
|
||||
|
||||
struct PrivateKeys // for eepsites
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue