bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
375 stars 112 forks source link

Add tweak factor when aggregating musig partial signatures #156

Closed jnewbery closed 4 years ago

jnewbery commented 4 years ago

Instead of tweaking one of the partial signatures, add a factor for the tweak in the aggregation step.

Closes #89

bitschmidty commented 4 years ago

tACK fdc0fd5

Was able to run through the affected notebooks and solutions successfully.