Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino compatibility #199

Open
juvebogdancr7 opened this issue Dec 10, 2022 · 0 comments
Open

Arduino compatibility #199

juvebogdancr7 opened this issue Dec 10, 2022 · 0 comments

Comments

@juvebogdancr7
Copy link

Hello,

Is it possible to use this library on Arduino Mega 2560? I am able to run the example ino file but when I tried this:
uECC_Curve curve;
curve = uECC_secp160r1();
wordcount_t num_words = curve->num_words;

I got the error: error: invalid use of incomplete type 'const struct uECC_Curve_t'

As for the includes I tried these:
#include "uECC.h"
#include "uECC_vli.h"

Do you have any advice on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant