Typos
This commit is contained in:
parent
3c9331f1ce
commit
ce902387aa
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue