forked from I2P_Developers/i2p.www
minor updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}ElGamal/AES + SessionTag Encryption{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}January 2016{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.24{% endblock %}
|
||||
{% block lastupdated %}April 2020{% endblock %}
|
||||
{% block accuratefor %}0.9.46{% endblock %}
|
||||
{% block content %}
|
||||
<h2>{% trans %}Overview{% endtrans %}</h2>
|
||||
<p>{% trans -%}
|
||||
@@ -342,6 +342,14 @@ See the <a href="{{ i2cpspec }}#msg_SendMessageExpires">I2CP Send Message Expire
|
||||
|
||||
|
||||
<h2 id="future">{% trans %}Future Work{% endtrans %}</h2>
|
||||
|
||||
<p><b>Note:</b>
|
||||
ElGamal/AES+SessionTags is being replaced with ECIES-X25519-AEAD-Ratchet (Proposal 144).
|
||||
The issues and ideas referenced below have been incorporated
|
||||
into the design of the new protocol.
|
||||
The following items will not be addressed in ElGamal/AES+SessionTags.
|
||||
</p>
|
||||
|
||||
<p>{% trans -%}
|
||||
There are many possible areas to tune the Session Key Manager's algorithms;
|
||||
some may interact with the streaming library behavior, or have significant
|
||||
|
Reference in New Issue
Block a user