pub fn encrypt(plaintext: Vec<u8>, key: &LessSafeKey) -> Result<Vec<u8>>
Encrypt plaintext using key.
plaintext
key
Prefixes the ciphertext with a nonce.