mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
publish LeaseSet with store hash
This commit is contained in:
parent
5d69bb7383
commit
b6b5bb3f75
3 changed files with 6 additions and 1 deletions
|
@ -904,6 +904,8 @@ namespace data
|
|||
i2p::crypto::ChaCha20 (outerPlainText, lenOuterPlaintext, keys1, keys1 + 32, outerPlainText); // encrypt Layer 1
|
||||
// signature
|
||||
blindedSigner->Sign (m_Buffer, offset, m_Buffer + offset);
|
||||
// store hash
|
||||
m_StoreHash.reset (new IdentHash (blindedKey.GetStoreHash ()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue