RFC Errata
RFC 4758, "Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1", November 2006
Source of RFC: IETF - NON WORKING GROUPArea Assignment: sec
Errata ID: 5630
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Conrad Meyer
Date Reported: 2019-02-09
Section D.2.2 says:
F (k, s, i) = OMAC1-AES (k, INT (i) || s)
It should say:
F (k, s, i) = OMAC1-AES (k, s || INT (i))
Notes:
The corrected text matches the (only) reference implementation; the RFC text does not.