pub fn ipfe_encrypt( mpk: &IpfeMasterPublicKey, plaintext: &[i64], ) -> FunctionalEncryptionResult<IpfeCiphertext>
Encrypt a plaintext vector using the master public key
mpk
plaintext
Encrypted ciphertext