mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
set router's family
This commit is contained in:
parent
4db63d113c
commit
230af9cafa
8 changed files with 90 additions and 14 deletions
5
Family.h
5
Family.h
|
@ -1,5 +1,5 @@
|
|||
#ifndef FAMILY_H__
|
||||
#define FAMILY_H_
|
||||
#define FAMILY_H__
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -29,6 +29,9 @@ namespace data
|
|||
|
||||
std::map<std::string, std::shared_ptr<i2p::crypto::Verifier> > m_SigningKeys;
|
||||
};
|
||||
|
||||
std::string CreateFamilySignature (const std::string& family, const IdentHash& ident);
|
||||
// return base64 signature of empty string in case of failure
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue