forked from I2P_Developers/i2p.www
fixed links
This commit is contained in:
@@ -16,10 +16,10 @@ the three possible conditions:</p>
|
||||
<p>
|
||||
If its ElGamal encrypted to us, the message is considered a new session, and
|
||||
is encrypted per encryptNewSession(...) in
|
||||
<a href="http://i2p.net/cgi-bin/cvsweb.cgi/i2p/code/core/java/src/net/invisiblenet/i2p/crypto/ElGamalAESEngine.java">[ElGamalAESEngine]</a>
|
||||
<a href="http://i2p.net/cgi-bin/cvsweb.cgi/i2p/core/java/src/net/i2p/crypto/ElGamalAESEngine.java">[ElGamalAESEngine]</a>
|
||||
as follows -</p>
|
||||
|
||||
<p>An initial ElGamal block, encrypted <a href="/book/view/45?PHPSESSID=ddc3289882c8e520569e63b68722c3c5">as before</a>:</p>
|
||||
<p>An initial ElGamal block, encrypted <a href="how_cryptography.html">as before</a>:</p>
|
||||
|
||||
<PRE>
|
||||
|_______1_______2_______3_______4_______5_______6_______7_______8
|
||||
@@ -36,7 +36,7 @@ as follows -</p>
|
||||
| |
|
||||
</PRE>
|
||||
|
||||
<p>Followed by the following, AES encrypted <a href="/book/view/45?PHPSESSID=ddc3289882c8e520569e63b68722c3c5">as before</a>,
|
||||
<p>Followed by the following, AES encrypted <a href="how_cryptography.html">as before</a>,
|
||||
using the session key and IV from the header:</p>
|
||||
|
||||
<PRE>
|
||||
@@ -61,7 +61,7 @@ the old one.</p>
|
||||
brief period (30 minutes currently) until they are used (and discarded).
|
||||
They are used by packaging in a message that is not preceeded by an
|
||||
ElGamal block. Instead, it is encrypted per encryptExistingSession(...) in
|
||||
<a href="http://i2p.net/cgi-bin/cvsweb.cgi/i2p/code/core/java/src/net/invisiblenet/i2p/crypto/ElGamalAESEngine.java">[ElGamalAESEngine]</a>
|
||||
<a href="http://i2p.net/cgi-bin/cvsweb.cgi/i2p/core/java/src/net/i2p/crypto/ElGamalAESEngine.java">[ElGamalAESEngine]</a>
|
||||
as follows -</p>
|
||||
|
||||
<PRE>
|
||||
|
Reference in New Issue
Block a user