Commit Verlauf

Autor SHA1 Nachricht Datum
  Ian Goldberg f3cb64ea1b Add the ability to reset the Lamport clock vor 2 Jahren
  Ian Goldberg 3565cedf03 Don't separately account for halftriples that are created as a byproduct of RDPF creation vor 2 Jahren
  Ian Goldberg b6abfb1b85 Duoram reads and updates are now multithreaded vor 2 Jahren
  Ian Goldberg e09f4e3f3b Keep separate track of the number of threads we can use for computation and for communication vor 2 Jahren
  Ian Goldberg dfb63bdb5d Add yield()s in the right places vor 2 Jahren
  Ian Goldberg 6cbcbc1e39 Add a VERBOSE_COMMS compile-time flag vor 2 Jahren
  Ian Goldberg 703ce889e6 One field of MPCSingleIO was not being initialized vor 2 Jahren
  Ian Goldberg 62855f7b92 Online-only mode vor 2 Jahren
  Ian Goldberg 022aae16c3 Bitonic sort vor 2 Jahren
  Ian Goldberg 3811dce023 CDPF creation vor 2 Jahren
  Ian Goldberg 966c2a0335 Report memory usage vor 2 Jahren
  Ian Goldberg dc610848be If we run out of some type of precomputed element, be explicit about what type it was vor 2 Jahren
  Ian Goldberg 26e3e7459c Keep track of messages sent and bytes sent when using the MPCSingleIOStream << interface vor 2 Jahren
  Ian Goldberg b120fc84eb All parties can now load RDPFs of different depths and keep track of stats vor 2 Jahren
  Ian Goldberg c8a0051158 Be able to send RDPFs to other parties vor 2 Jahren
  Ian Goldberg 05f8e4a23d Change AndTriple to SelectTriple vor 2 Jahren
  Ian Goldberg 41ca42d01b Start constructing DPFs: the correction words vor 2 Jahren
  Ian Goldberg 0ac3de8dd2 Count AES operations vor 2 Jahren
  Ian Goldberg 5f23b6d5d5 Move method definitions for MPCIO and friends from mpcio.hpp to mpcio.cpp vor 2 Jahren
  Ian Goldberg e48ee72b6f Have MPCPeerIO's dump_stats also show the stats of number of precomputed values used vor 2 Jahren
  Ian Goldberg 099228a946 Gather and dump stats on number of messages, number of bytes, wall clock and CPU times, Lamport time vor 2 Jahren
  Ian Goldberg 3478cbf398 Fix the code to pass the test vor 2 Jahren
  Ian Goldberg 198ce0e216 Update the Lamport clock on received messages vor 2 Jahren
  Ian Goldberg 08ce010f6d Optionally add headers to all messages containing length and a Lamport clock vor 2 Jahren
  Ian Goldberg 6aadfb5a57 Put recording of IO traces (the sizes of every message sent and received) behind an ifdef vor 2 Jahren
  Ian Goldberg 77f977367e Remove unused function for recv into a vector of buffers vor 2 Jahren
  Ian Goldberg ee02e44109 Expose a routine to reset the counts of precomputed values used vor 2 Jahren
  Ian Goldberg 37e906047e Computational peers can report the number of precomputed values they used in the online phase vor 2 Jahren
  Ian Goldberg 7af573e9da More merging of computational peer and server execution paths vor 2 Jahren
  Ian Goldberg bba5036964 Merge the computation peer and server online execution paths vor 2 Jahren