pub fn encrypt(container: &[u8], key: &[u8; 32]) -> Result<Vec<u8>, BundleError>
Encrypt a plaintext container. Output: nonce (24B) || ciphertext.
nonce (24B) || ciphertext