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
Some implementations of MuSig will be easier to test if the reference contains the other party's public nonces, as opposed to the nonces having already been aggregated. If you initialize signing sessions with [nonce1, nonce2, ... ] rather than a pre-aggregated aggnonce,
The other two participants' public nonces could be aggregated within the tests themselves, or included in a comment above aggnonce = .... Or in a separate basic test for nonce_agg(). This would make both pre-aggregated and nonce-list input designs easy to test.
The text was updated successfully, but these errors were encountered:
Some implementations of MuSig will be easier to test if the reference contains the other party's public nonces, as opposed to the nonces having already been aggregated. If you initialize signing sessions with
[nonce1, nonce2, ... ]
rather than a pre-aggregatedaggnonce
,The other two participants' public nonces could be aggregated within the tests themselves, or included in a comment above
aggnonce = ...
. Or in a separate basic test fornonce_agg()
. This would make both pre-aggregated and nonce-list input designs easy to test.The text was updated successfully, but these errors were encountered: