2012-12-11 04:17:36 +00:00
|
|
|
{% extends "global/layout.html" %}
|
2010-08-26 06:39:17 +00:00
|
|
|
{% block title %}Glossary{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
This page lists often-used terminology when discussing I2P and cryptography.
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>I2P</td>
|
|
|
|
<td>Invisible Internet Project: a project meant to provide an anonymity layer, so user can communicate anonymously using a range of applications.</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
{% endblock %}
|