Historial de Commits

Autor SHA1 Mensaje Fecha
  Ian Goldberg 966c2a0335 Report memory usage hace 2 años
  Ian Goldberg dc610848be If we run out of some type of precomputed element, be explicit about what type it was hace 2 años
  Ian Goldberg 26e3e7459c Keep track of messages sent and bytes sent when using the MPCSingleIOStream << interface hace 2 años
  Ian Goldberg b120fc84eb All parties can now load RDPFs of different depths and keep track of stats hace 2 años
  Ian Goldberg c8a0051158 Be able to send RDPFs to other parties hace 2 años
  Ian Goldberg 05f8e4a23d Change AndTriple to SelectTriple hace 2 años
  Ian Goldberg 41ca42d01b Start constructing DPFs: the correction words hace 2 años
  Ian Goldberg 0ac3de8dd2 Count AES operations hace 2 años
  Ian Goldberg 5f23b6d5d5 Move method definitions for MPCIO and friends from mpcio.hpp to mpcio.cpp hace 2 años
  Ian Goldberg e48ee72b6f Have MPCPeerIO's dump_stats also show the stats of number of precomputed values used hace 2 años
  Ian Goldberg 099228a946 Gather and dump stats on number of messages, number of bytes, wall clock and CPU times, Lamport time hace 2 años
  Ian Goldberg 3478cbf398 Fix the code to pass the test hace 2 años
  Ian Goldberg 198ce0e216 Update the Lamport clock on received messages hace 2 años
  Ian Goldberg 08ce010f6d Optionally add headers to all messages containing length and a Lamport clock hace 2 años
  Ian Goldberg 6aadfb5a57 Put recording of IO traces (the sizes of every message sent and received) behind an ifdef hace 2 años
  Ian Goldberg 77f977367e Remove unused function for recv into a vector of buffers hace 2 años
  Ian Goldberg ee02e44109 Expose a routine to reset the counts of precomputed values used hace 2 años
  Ian Goldberg 37e906047e Computational peers can report the number of precomputed values they used in the online phase hace 2 años
  Ian Goldberg 7af573e9da More merging of computational peer and server execution paths hace 2 años
  Ian Goldberg bba5036964 Merge the computation peer and server online execution paths hace 2 años
  Ian Goldberg 36c4f65049 Make MPCIO variants for computation peers and the server into subclasses hace 2 años
  Ian Goldberg 49d2ba07c0 Remove some debug output hace 2 años
  Ian Goldberg 33a6a54fe4 The server now also opens one socket per thread to each computational peer hace 2 años
  Ian Goldberg 995b8c3fdf Improve the API a little bit hace 2 años
  Ian Goldberg 8077f953e7 Start filling in some MPC operations hace 2 años
  Ian Goldberg 146cdf32dc Move defined types into types.hpp and make the basic value type flexible as to whether it is 32 or 64 bits hace 2 años
  Ian Goldberg 06e69c1c77 Load the half-triples at runtime hace 2 años
  Ian Goldberg 3a16491f86 Preprocessing can create half-triples as well hace 2 años
  Ian Goldberg 342faa921c Each thread will also need its own storage for precomputed values hace 2 años
  Ian Goldberg 426344a717 Add a flag to specify the number of threads the computational peers will use hace 2 años