Historique des commits

Auteur SHA1 Message Date
  Ian Goldberg 5f23b6d5d5 Move method definitions for MPCIO and friends from mpcio.hpp to mpcio.cpp il y a 1 an
  Ian Goldberg e48ee72b6f Have MPCPeerIO's dump_stats also show the stats of number of precomputed values used il y a 1 an
  Ian Goldberg 099228a946 Gather and dump stats on number of messages, number of bytes, wall clock and CPU times, Lamport time il y a 1 an
  Ian Goldberg 3478cbf398 Fix the code to pass the test il y a 1 an
  Ian Goldberg 198ce0e216 Update the Lamport clock on received messages il y a 1 an
  Ian Goldberg 08ce010f6d Optionally add headers to all messages containing length and a Lamport clock il y a 1 an
  Ian Goldberg 6aadfb5a57 Put recording of IO traces (the sizes of every message sent and received) behind an ifdef il y a 1 an
  Ian Goldberg 77f977367e Remove unused function for recv into a vector of buffers il y a 1 an
  Ian Goldberg ee02e44109 Expose a routine to reset the counts of precomputed values used il y a 1 an
  Ian Goldberg 37e906047e Computational peers can report the number of precomputed values they used in the online phase il y a 1 an
  Ian Goldberg 7af573e9da More merging of computational peer and server execution paths il y a 1 an
  Ian Goldberg bba5036964 Merge the computation peer and server online execution paths il y a 1 an
  Ian Goldberg 36c4f65049 Make MPCIO variants for computation peers and the server into subclasses il y a 1 an
  Ian Goldberg 49d2ba07c0 Remove some debug output il y a 1 an
  Ian Goldberg 33a6a54fe4 The server now also opens one socket per thread to each computational peer il y a 1 an
  Ian Goldberg 995b8c3fdf Improve the API a little bit il y a 1 an
  Ian Goldberg 8077f953e7 Start filling in some MPC operations il y a 1 an
  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 il y a 1 an
  Ian Goldberg 06e69c1c77 Load the half-triples at runtime il y a 1 an
  Ian Goldberg 3a16491f86 Preprocessing can create half-triples as well il y a 1 an
  Ian Goldberg 342faa921c Each thread will also need its own storage for precomputed values il y a 1 an
  Ian Goldberg 426344a717 Add a flag to specify the number of threads the computational peers will use il y a 1 an
  Ian Goldberg 247a5522c5 Have queue() automatically send() if we have a bunch of full packets of data already il y a 1 an
  Ian Goldberg f9824f70d7 Start on the oblivds framework code il y a 1 an