pub fn sign_batch(
share_blobs: &[Vec<u8>],
threshold: u32,
messages: &[&[u8]],
) -> Result<Vec<Vec<u8>>>Expand description
Sign N messages against the same joint key without re-running DKG.
See [confium_tc_cmp20::inprocess::sign_batch] for performance notes.