Files
i2p.www/www.i2p2/pages/how.html

19 lines
787 B
HTML
Raw Normal View History

2008-01-31 20:38:37 +00:00
{% extends "_layout.html" %}
2008-02-03 02:46:04 +00:00
{% block title %}How Does It Work{% endblock %}
{% block content %}
Warning - many of the following documents are out of date and
need to be fixed up to correctly document the current network.
2009-06-12 20:09:21 +00:00
<ul class="helplist">
<li><a href="how_intro">Intro</a></li>
<li><a href="how_threatmodel">Threat model</a></li>
2004-07-15 20:14:44 +00:00
<li><a href="how_tunnelrouting">Tunnel routing</a></li>
<li><a href="how_garlicrouting">Garlic routing</a></li>
<li><a href="how_networkdatabase">Network database</a></li>
2004-07-19 20:09:44 +00:00
<li><a href="how_peerselection">Peer selection</a></li>
<li>
2009-06-12 20:09:21 +00:00
<a href="how_cryptography.html">Cryptography</a>&nbsp;&raquo;&nbsp;<a href="how_elgamalaes.html">ElGamal / AES+SessionTag</a>
</li>
<li><a href="how_networkcomparisons">Network comparisons</a></li>
</ul>
2008-02-03 02:46:04 +00:00
{% endblock %}