mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
hanshakes hash and finishes message
This commit is contained in:
parent
ec50b97aa8
commit
29d118a19a
2 changed files with 56 additions and 20 deletions
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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue