pub fn new_without_nonce_generation<H>() -> MuSig<H, NoNonces>
where H: Tag + Digest<OutputSize = U32> + Default,
Expand description

Create a MuSig instance which does not handle nonce generation.

You can still sign with this instance but you you will have to generate nonces in your own way.