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
Would it be possible to add an example for doing the same with musig? I can see how to create an aggregate public key, but I'm lost of what to do next.
Appreciate the help! Thanks!
The text was updated successfully, but these errors were encountered:
In fact, you could access that 2 RTT protocol from the current implementation, but it contains a lot of outdated junk, and we'll probably add thresholds too.
I'll close this in favor of #6 and #11 and others.
You can use the current musig of course. It'll just be hidden behind some deprecation feature gate eventually. I'll presumably make some note to lobby me to retain it if people actually use it.
As for using the code, it enforces the correct protocol using refinement types, meaning a chain of builders that disallow serialization, clones, etc. You can fast forward through the first trip to get the 2 RTT version by using the add_trusted method.
Hi there! First, great work putting something like this library together.
There's an example of how to create a keypair and sign a message here:
https://docs.rs/schnorrkel/latest/schnorrkel/
Would it be possible to add an example for doing the same with musig? I can see how to create an aggregate public key, but I'm lost of what to do next.
Appreciate the help! Thanks!
The text was updated successfully, but these errors were encountered: