Skip to main content

encrypt_kind

Function encrypt_kind 

Source
pub fn encrypt_kind(
    plain: &[u8],
    key: &[u8; 32],
    aad: &[u8],
    kind: &str,
) -> Result<String>
Expand description

Like encrypt but with an explicit SOPS value type (e.g. comment).