pub fn encrypt_kind( plain: &[u8], key: &[u8; 32], aad: &[u8], kind: &str, ) -> Result<String>
Like encrypt but with an explicit SOPS value type (e.g. comment).
encrypt
comment