RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

RFC 6234, "US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)", May 2011

Source of RFC: IETF - NON WORKING GROUP
Area Assignment: sec

Errata ID: 5238
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT

Reported By: Yeong-u Kim (K.)
Date Reported: 2018-01-19
Held for Document Update by: Warren Kumari (Ops AD)
Date Held: 2018-01-22

Section 3 says:

   e. The rotate left (circular left shift) operation ROTL^n(x), where x
      is a w-bit word and n is an integer with 0 <= n < w, is defined by

         ROTL^n(X) = (x<<n) OR (x>>(w-n))

It should say:

   e. The rotate left (circular left shift) operation ROTL^n(x), where x
      is a w-bit word and n is an integer with 0 <= n < w, is defined by

         ROTL^n(x) = (x<<n) OR (x>>(w-n))

Notes:

A typo. The function argument has to be x, not X.

Report New Errata



Advanced Search