mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
hanshakes hash and finishes message
This commit is contained in:
3
Reseed.h
3
Reseed.h
@@ -39,7 +39,8 @@ 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);
|
||||
void PRF (const uint8_t * secret, const char * label, const uint8_t * random, size_t randomLen,
|
||||
size_t len, uint8_t * buf);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user