I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 67e89302 authored by zzz's avatar zzz
Browse files

markdown fix take 4

parent dbd0ae46
No related branches found
No related tags found
No related merge requests found
......@@ -550,7 +550,9 @@ OR
For IK: After the 'es' message pattern and before the 's' message pattern, add:
{% highlight %}
.. raw:: html
{% highlight lang='text' %}
This is the "e1" message pattern:
(encap_key, decap_key) = KEYGEN()
......@@ -565,6 +567,7 @@ This is the "e1" message pattern:
ciphertext = ENCRYPT(k, n, flags/static key section, ad)
End of "e1" message pattern.
{% endhighlight %}
......@@ -577,7 +580,9 @@ OR
For IK: After the 'es' message pattern and before the 's' message pattern, add:
{% highlight %}
.. raw:: html
{% highlight lang='text' %}
This is the "e1" message pattern:
// MixHash(encap_key)
......@@ -604,7 +609,9 @@ OR
For IK: After the 'ee' message pattern and before the 'se' message pattern, add:
{% highlight %}
.. raw:: html
{% highlight lang='text' %}
This is the "ekem1" message pattern:
// MixHash(ciphertext)
......@@ -635,7 +642,9 @@ Alice KDF for Message 2
After the 'ee' message pattern (and before the 'ss' message pattern for IK), add:
{% highlight %}
.. raw:: html
{% highlight lang='text' %}
This is the "ekem1" message pattern:
// MixHash(ciphertext)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment