1 Sep 2010 14:30
[Technical Errata Reported] RFC2631 (2506)
RFC Errata System <rfc-editor <at> rfc-editor.org>
2010-09-01 12:30:49 GMT
2010-09-01 12:30:49 GMT
The following errata report has been submitted for RFC2631, "Diffie-Hellman Key Agreement Method". -------------------------------------- You may review the report below and at: http://www.rfc-editor.org/errata_search.php?rfc=2631&eid=2506 -------------------------------------- Type: Technical Reported by: Yves Legrandgerard <ylg <at> pps.jussieu.fr> Section: 2.2.1.1 Original Text ------------- 6. For i = 0 to m' - 1 U = U + (SHA1[SEED + i] XOR SHA1[(SEED + m' + i)) * 2^(160 * i) Note that for m=160, this reduces to the algorithm of [FIPS-186] U = SHA1[SEED] XOR SHA1[(SEED+1) mod 2^160 ]. Corrected Text -------------- 6. For i = 0 to m' - 1 U = U + (SHA1[SEED + i] XOR SHA1[(SEED + m' + i) mod 2^(160 * (i + 1))])(Continue reading)
RSS Feed