Page MenuHomePhabricator

schnorrsig: Init empty experimental module
ClosedPublic

Authored by deadalnix on Sep 29 2020, 10:58.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC7cf7dc459e8f: schnorrsig: Init empty experimental module
Summary
Test Plan
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

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Sep 29 2020, 11:54