Queries on Encrypted Data Library

QED follows PBC and GMP in many ways:

  1. Output arguments precede input arguments.

  2. Before a variable can used, it must be declared. However initialization takes place within the HVE and crypto functions. When a variable is no longer used, it should be cleared.

  3. Like PBC and GMP, variables automatically allocate memory when needed. By default malloc() and friends are called.