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
6c8b1b81c2c52ca4e6c66dd0402a66fd923c439f run cargo fmt (Andrew Poelstra)
cd6ecb11760e8219119da5b0be3f655bac9e6f1e 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 6c8b1b81c2c52ca4e6c66dd0402a66fd923c439f successfully ran local tests; would ACK but I am the last pusher and Github will not let me
Tree-SHA512: d3af93f20fce3a8863b3681a942d3186ca59523d7e0e90464bf24c563185e8ec14d8a129c797336fe9d8b5ad6166313fb8932d397f7aeee0526819be9ce128f0
0 commit comments