This commit is contained in:
Romain Tartiere 2012-05-14 14:28:07 +00:00
parent 3c9331f1ce
commit ce902387aa

View file

@ -315,11 +315,11 @@ mifare_cryto_preprocess_data (MifareTag tag, void *data, size_t *nbytes, off_t o
/* /*
* When using new authentication methods, PLAIN data transmission from * When using new authentication methods, PLAIN data transmission from
* the PICC to the PCD are CMACed, so we have to maintain the * the PICC to the PCD are CMACed, so we have to maintain the
* cruptographic initialisation vector up-to-date to chaeck data * cryptographic initialisation vector up-to-date to check data
* integrity later. * integrity later.
* *
* The only difference with CMACed data transmission is that the CMAC * The only difference with CMACed data transmission is that the CMAC
* is not addpended to the data send byt the PCD to the PICC. * is not apended to the data send by the PCD to the PICC.
*/ */
append_mac = false; append_mac = false;