Skip to content

Conversation

@theStack
Copy link
Contributor

While looking up past review history of the previous silentpayments PR (take 3), I've found that adding the input JSON files for generating the musig test vectors was suggested once there: #1698 (comment)

Can be tested by first comparing that the .json files match the ones from the bips repository's bip-0327/vectors folder and then running e.g.

$ rm src/modules/musig/vectors.h
$ make src/modules/musig/vectors.h
$ git diff
<should not show any diff>

Copy link
Contributor

@real-or-random real-or-random left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Concept ACK

@kevkevinpal
Copy link
Contributor

Concept ACK


I was also able to run these commands and get the same results

$ rm src/modules/musig/vectors.h
$ make src/modules/musig/vectors.h
$ git diff
<should not show any diff>

Copy link
Contributor

@real-or-random real-or-random left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 12bba63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants