mimblewimble / secp256k1-zkp

Fork of secp256k1-zkp for the Grin/MimbleWimble project
MIT License
32 stars 42 forks source link

Aggsig work to date - merging #9

Closed yeastplume closed 6 years ago

yeastplume commented 6 years ago

Just putting an issue here to keep track of this.. the /aggsig branch has been created, which is:

master +https://github.com/bitcoin-core/secp256k1/pull/486 +https://github.com/bitcoin-core/secp256k1/pull/461

+Manual tweaks and fixes to get compile/test working, particularly updates to ec_mult functionality as per 486

All tests seem to run without issue.

Please don't make any changes to master without checking with me first, as it would be nice to keep this branch mergeable ... this will have the potential to get very messy if we don't manage changes here properly.