logo
fn sign_message_(
    opts: SignOpts<'_>,
    output: &mut (dyn Write + Sync + Send)
) -> Result<()>