Prop. 159 markdown fixes

This commit is contained in:
zzz
2021-10-17 07:07:24 -04:00
parent e825cd79e1
commit dee89ee36b

View File

@@ -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)