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 %}
2009-06-14 13:22:48 +00:00
< h1 > How does I2P work?< / h1 >
2009-06-12 20:09:21 +00:00
< ul class = "helplist" >
2004-07-12 16:22:18 +00:00
< 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 >
2004-08-06 07:22:47 +00:00
< 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 >
2004-07-12 04:19:12 +00:00
< li >
2009-06-12 20:09:21 +00:00
< a href = "how_cryptography.html" > Cryptography< / a > » < a href = "how_elgamalaes.html" > ElGamal / AES+SessionTag< / a >
2004-07-12 04:19:12 +00:00
< / li >
2004-07-12 16:22:18 +00:00
< li > < a href = "how_networkcomparisons" > Network comparisons< / a > < / li >
2004-07-06 23:46:37 +00:00
< / ul >
2009-06-14 13:22:48 +00:00
< center > < div class = "underline" > < / div >
< font color = "#c00" > < b > Warning!< / b > Some of the documents linked here are out of date and
need to be updated to correctly document the current network operation. If you'd like to help bring them up to date, please see the < a href = "getinvolved.html" > getting involved< / a > page!< / font >
< / center >
2008-02-03 02:46:04 +00:00
{% endblock %}