Skip to main content

encrypt_value

Function encrypt_value 

Source
pub fn encrypt_value(
    plaintext: &[u8],
    recipients: &[MurkRecipient],
) -> Result<String, String>
Expand description

Encrypt a value and return base64-encoded ciphertext.