We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just trying to get up and running, the following:
// Preamble omited secp256k1_pedersen_commit(none, &commit, blind, val, secp256k1_generator_h);
compiles OK but I get the undefined reference error noted in subject when linking.
Setting it to NULL compiles and links OK.
Is that generator not meant to be used?
The text was updated successfully, but these errors were encountered:
You need to compile with --enable-module-rangeproof to get this symbol.
--enable-module-rangeproof
In future it will be moved to the generator module where it belongs and be renamed to secp256k1_generator_const_h. This is part of #23 .
secp256k1_generator_const_h
Sorry, something went wrong.
Merge pull request BlockstreamResearch#26 from alekseysidorov/derive-…
e3b08c2
…standard-traits Implement Ord for arrays
No branches or pull requests
Just trying to get up and running, the following:
compiles OK but I get the undefined reference error noted in subject when linking.
Setting it to NULL compiles and links OK.
Is that generator not meant to be used?
The text was updated successfully, but these errors were encountered: