qt5base-lts/tests/auto/corelib/tools/qbytearray
Lars Schmertmann 5882866768 Extend qChecksum calculation
ISO 14443-3 is for nfc communication and uses 2 different checksums.
The existing one is from ISO 3309 and the other one is from ITU-V.41.
Both are needed to implement an own transport layer defined in ISO
14443-4 to allow nfc commands with a length above 250 byte independent
from the smartphone.

This change will avoid code duplication in QNearFieldTarget.
The private function qNfcChecksum is a copy of qChecksum.

Change-Id: I790ffec8e2ea46f88b2db6f48b64fdcb140e7b70
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-12-25 08:24:18 +00:00
..
.gitattributes
.gitignore
android_testdata.qrc
qbytearray.pro
rfc3252.txt
tst_qbytearray_mac.mm
tst_qbytearray.cpp Extend qChecksum calculation 2016-12-25 08:24:18 +00:00