You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #802: musig: Take references to pub nonce and part sig in partial_verify
6c8b1b8 run cargo fmt (Andrew Poelstra)
cd6ecb1 musig: Take references to pub nonce and part sig in partial_verify (Steven Roose)
Pull request description:
We've been building on sanket's old branch for quite a while and I noticed the unnecessary taking by value there. These types are quite big (132 bytes for the pub nonce), so since they're just ref'd internally as well, it makes sense to do this.
I assume the musig API is still not released yet, so this can be changed without breaking?
ACKs for top commit:
apoelstra:
On 6c8b1b8 successfully ran local tests; would ACK but I am the last pusher and Github will not let me
Tree-SHA512: d3af93f20fce3a8863b3681a942d3186ca59523d7e0e90464bf24c563185e8ec14d8a129c797336fe9d8b5ad6166313fb8932d397f7aeee0526819be9ce128f0
0 commit comments