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

Ensure that limits.h is included in prng.c, even when not using sodium #97

Closed zanebeckwith closed 6 years ago

zanebeckwith commented 6 years ago

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).

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 96.127% when pulling e774af8d67ef48335faa3c75943dbd63c90c5858 on zanebeckwith:fix-no-libsodium-error into c7649a48ed4783efee921b0a81c3c2f038632b5f on xaptum:master.