compute IdentHash in Identity method
This commit is contained in:
@@ -9,6 +9,8 @@ namespace i2p
|
||||
{
|
||||
namespace data
|
||||
{
|
||||
class IdentHash;
|
||||
|
||||
#pragma pack(1)
|
||||
|
||||
struct DHKeysPair // transient keys for transport sessions
|
||||
@@ -33,6 +35,7 @@ namespace data
|
||||
|
||||
Identity& operator=(const Keys& keys);
|
||||
bool FromBase64(const std::string&);
|
||||
IdentHash Hash();
|
||||
};
|
||||
|
||||
struct PrivateKeys // for eepsites
|
||||
|
Reference in New Issue
Block a user