Skip to main content

handle_encrypt

Function handle_encrypt 

Source
pub async fn handle_encrypt(
    config: &Config,
    backend: Option<&str>,
    recipients: &[String],
    set_key: Option<&str>,
    from_key: Option<&str>,
    force: bool,
) -> Result<()>