RFC Errata
RFC 1319, "The MD2 Message-Digest Algorithm", April 1992
Note: This RFC has been obsoleted by RFC 6149
Source of RFC: pem (sec)See Also: RFC 1319 w/ inline errata
Errata ID: 3576
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Andrew Clark
Date Reported: 2013-03-29
Verifier Name: Sean Turner
Date Verified: 2013-08-14
Section 3.4 says:
Do the following: /* Process each 16-word block. */ For i = 0 to N'/16-1 do
It should say:
Do the following: /* Process each 16-byte block. */ For i = 0 to N'/16-1 do
Notes:
The comment should note that this section of the algorithm operates on a 16 byte -- rather than 16 word -- block.