Integrating musig2 keys with the existing API introduces a couple of new challenges:
- We currently support
Terminal::Pk(Pk) in our miniscript decoding. This means we should parse musig(A,B,C) as a single Pk.
- At the same time, we want the translation API to allow to translation of native
A, B and C.
Seems like we might to re-design some parts of the codebase to support it. cc @apoelstra