mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
calculate master secret
This commit is contained in:
parent
9968485cdd
commit
47e8cfd91e
2 changed files with 32 additions and 0 deletions
3
Reseed.h
3
Reseed.h
|
@ -38,6 +38,9 @@ namespace data
|
|||
|
||||
bool FindZipDataDescriptor (std::istream& s);
|
||||
|
||||
// for HTTPS
|
||||
void PRF (const uint8_t * secret, const char * label, const uint8_t * random, size_t len, uint8_t * buf);
|
||||
|
||||
private:
|
||||
|
||||
std::map<std::string, PublicKey> m_SigningKeys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue