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

Separate TPM and non-TPM functionalities #104

Closed zanebeckwith closed 6 years ago

zanebeckwith commented 6 years ago

To clearly indicate what code is TPM-specific (and whether a final ecdaa library does or doesn't have TPM support), we should separate those two pieces into two modules, that create two separate libraries.