- Clarifications

Add missing nibble to DSA g
  Add note in DestReply
This commit is contained in:
zzz
2013-11-17 22:12:29 +00:00
parent 0b2f7f8703
commit e935a29341
2 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
{% block title %}Low-level Cryptography Details{% endblock %}
{% block content %}
<p>
Updated March 2012, current as of router version 0.8.13
Updated November 2013, current as of router version 0.9.9
<p>
This page specifies the low-level details of the cryptography in I2P.
<p>
@@ -293,12 +293,12 @@ DSA was chosen because it is much faster for signatures than ElGamal.
<p>
<PRE>
C1F4D27D 40093B42 9E962D72 23824E0B BC47E7C8 32A39236
FC683AF8 48895810 75FF9082 ED32353D 4374D730 1CDA1D23
C431F469 8599DDA0 2451824F F3697525 93647CC3 DDC197DE
985E43D1 36CDCFC6 BD5409CD 2F450821 142A5E6F 8EB1C3AB
5D0484B8 129FCF17 BCE4F7F3 3321C3CB 3DBB14A9 05E7B2B3
E93BE470 8CBCC82
0C1F4D27 D40093B4 29E962D7 223824E0 BBC47E7C 832A3923
6FC683AF 84889581 075FF908 2ED32353 D4374D73 01CDA1D2
3C431F46 98599DDA 02451824 FF369752 593647CC 3DDC197D
E985E43D 136CDCFC 6BD5409C D2F45082 1142A5E6 F8EB1C3A
B5D0484B 8129FCF1 7BCE4F7F 33321C3C B3DBB14A 905E7B2B
3E93BE47 08CBCC82
</PRE>
<p>

View File

@@ -559,6 +559,7 @@ As of release 0.7.
As of release 0.8.3,
the requested Hash is returned if the lookup failed,
so that the client may have multiple lookups outstanding and correlate the replies to the lookups.
To correlate a Destination response with a request, take the Hash of the Destination.
Prior to release 0.8.3, the response was empty on failure.
</p>