A C implementation of elliptic-curve-based Direct Anonymous Attestation (DAA) signatures. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
Note, in the course of creating this commit, I discovered that setting DISABLE_LIBSODIUM_RNG_SEED_FUNCTION keeps essentially all of the tests from compiling.
So, currently, this commit can't be tested.
This issue will be fixed in the upcoming work to update how we take randomness (issue #96).
Coverage remained the same at 96.127% when pulling e774af8d67ef48335faa3c75943dbd63c90c5858 on zanebeckwith:fix-no-libsodium-error into c7649a48ed4783efee921b0a81c3c2f038632b5f on xaptum:master.
Note, in the course of creating this commit, I discovered that setting
DISABLE_LIBSODIUM_RNG_SEED_FUNCTION
keeps essentially all of the tests from compiling.So, currently, this commit can't be tested.
This issue will be fixed in the upcoming work to update how we take randomness (issue #96).