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

Create CLI wrapper for functions in /examples #114

Closed kathrynfejer closed 5 years ago

kathrynfejer commented 5 years ago

Fixes #113

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-9.1%) to 83.864% when pulling 6664f9689e9b848654885ea0d7cc134b3a4600cf on kathrynfejer:ecdaa-tool into b8292cff5e82fcce025758cfc1b9a75dce9a9516 on xaptum:master.

zanebeckwith commented 5 years ago

I pushed a few commits cleaning-up the help messages and adding some checks to the tool-test script. Otherwise, it looks good!

If my changes look good to you, go ahead and rebase to clean-up the commits, and let me know when it's good to go. Then I'll merge it!

Thanks!

zanebeckwith commented 5 years ago

Looks great!

Thank you!