This is a partial backport of secp256k1 PR558 : https://github.com/bitcoin-core/secp256k1/pull/558/commits/7a703fd97db0161bae07ef84513ddde6e0d27353
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC7cf7dc459e8f: schnorrsig: Init empty experimental module
ninja check-secp256k1
With missing extrakeys:
cmake -GNinja .. -DSECP256K1_ENABLE_MODULE_SCHNORRSIG=On
Check that we get an error.
And with the module:
cmake -GNinja .. -DSECP256K1_ENABLE_MODULE_EXTRAKEYS=On -DSECP256K1_ENABLE_MODULE_SCHNORRSIG=On ninja check-secp256k1
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.