A C implementation of elliptic-curve-based Direct Anonymous Attestation (DAA) signatures. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
The integration script uses xrange, which is only available in Python2.
However, the script has a she-bang saying it's python3.
We didn't see this when runing tests,
because our CTest actually runs it as Python2.
To be consistent, turn xrange into range,
and run the script as Python3.
Coverage remained the same at 97.231% when pulling 3549598920dd01d8578ece14da2364af79926ccf on zanebeckwith:no-xrange into fc12aca3d085c03fcbf8a084ff66d7a7019f1636 on xaptum:master.
The integration script uses xrange, which is only available in Python2. However, the script has a she-bang saying it's python3. We didn't see this when runing tests, because our CTest actually runs it as Python2.
To be consistent, turn xrange into range, and run the script as Python3.