xaptum / ecdaa

A C implementation of elliptic-curve-based Direct Anonymous Attestation (DAA) signatures. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
https://www.xaptum.com
Apache License 2.0
45 stars 8 forks source link

Do not use `byte` as a variable name #85

Closed drbild closed 6 years ago

drbild commented 6 years ago

The latest AMCL adds #define byte uint8_t to arch.h, breaking files like tpm-test-utils.h that use byte as a variable name.