forked from I2P_Developers/i2p.www
Prop. 159 markdown fixes
This commit is contained in:
@@ -3052,7 +3052,7 @@ Key Derivation Function (KDF) (for Session Created and Session Confirmed part 1)
|
||||
|
||||
{% highlight lang='text' %}
|
||||
|
||||
// take h saved from Session Request KDF
|
||||
// take h saved from Session Request KDF
|
||||
// MixHash(ciphertext)
|
||||
h = SHA256(h || 32 byte encrypted payload from Session Request)
|
||||
|
||||
@@ -3280,7 +3280,7 @@ Encryption for for Session Confirmed part 1, using Session Created KDF
|
||||
|
||||
{% highlight lang='text' %}
|
||||
|
||||
// take h saved from Session Created KDF
|
||||
// take h saved from Session Created KDF
|
||||
// MixHash(ciphertext)
|
||||
h = SHA256(h || 24 byte encrypted payload from Session Created)
|
||||
|
||||
|
Reference in New Issue
Block a user