Replies: 1 comment
-
Hi :) If you have any specific errors / problems feel free to comment them here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, how are the works?
I have doubts about the project, first you have a doc to guide how to instantiate this API. I'm newbi in c/c++ programming, attending some classes to improve my knowlegment (structs, classes, typedefs, data structures ..)
I have a single project here with the secp256k1.h included? There is more header I should include to make it works great? I'm trying to get the instance as show below, in my code.
#include "secp256k1.h"
// lib do C++
secp256k1_context* ctx;
typedef SECP256K1_WARN_UNUSED_RESULT initialize;
Thanks in advance for all.
Beta Was this translation helpful? Give feedback.
All reactions