mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
extract EcDSA key from family certificate
This commit is contained in:
3
Family.h
3
Family.h
@@ -5,6 +5,7 @@
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include "Signature.h"
|
||||
#include "Identity.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
@@ -17,6 +18,8 @@ namespace data
|
||||
Families ();
|
||||
~Families ();
|
||||
void LoadCertificates ();
|
||||
bool VerifyFamily (const char * family, const IdentHash& ident,
|
||||
const char * signature, const char * key);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user