pub fn encrypt(content: &str, path: &Path, recipients: &[String]) -> Result<()>
Encrypt content and write it to path atomically for recipients.
content
path
recipients