Skip to main content

encrypt_entity

Function encrypt_entity 

Source
pub fn encrypt_entity(
    cfg: &Pgp,
    recipients: &[String],
    sign: bool,
    head: &str,
    entity: &[u8],
) -> Result<String>
Expand description

Like encrypt_message, but over an arbitrary MIME entity.