You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: