pub fn sign(
    card_tx: &mut OpenPgpTransaction<'_>,
    cert: &Cert,
    input: &mut dyn Read,
    touch_prompt: &(dyn Fn() + Send + Sync)
) -> Result<String>
Expand description

FIXME: this fn is used in card_functionality, but should be removed