Commit Verlauf

Autor SHA1 Nachricht Datum
  Ian Goldberg a9e39d265e Add a template parameter to RDPF, RDPFPair, RDPFTriple for the leaf width vor 1 Jahr
  Ian Goldberg 585e8d16ee The server shouldn't allocate large amounts of memory when creating RDPFs vor 1 Jahr
  Ian Goldberg 3565cedf03 Don't separately account for halftriples that are created as a byproduct of RDPF creation vor 1 Jahr
  Ian Goldberg 0fa58457c5 Multithread RDPF creation when it makes sense vor 1 Jahr
  Ian Goldberg 94fcf8f8b0 Parallel RDPF evaluator vor 1 Jahr
  Ian Goldberg 1216a94599 Avoid default captures in lambda expressions vor 1 Jahr
  Ian Goldberg dfb63bdb5d Add yield()s in the right places vor 1 Jahr
  Ian Goldberg 777f3da468 Remove the unused (and in fact now incorrect) RDPF::size function vor 1 Jahr
  Ian Goldberg 704ade665a Simplify the run_coroutines API when there are a small constant number of coroutines to run vor 1 Jahr
  Ian Goldberg 3c86beb097 Change op_counter to aes_ops everywhere vor 1 Jahr
  Ian Goldberg 3811dce023 CDPF creation vor 1 Jahr
  Ian Goldberg 2e7a8042bd Refactor RDPF a bit vor 1 Jahr
  Ian Goldberg 0de416dfa9 Complete the update protocol vor 1 Jahr
  Ian Goldberg 7d614a5eb4 It's faster to do evaluations of RDPFPairs and RDPFTriples in lockstep vor 1 Jahr
  Ian Goldberg 473692210f Add a comment as to why we still have both expand() and Eval::next() vor 1 Jahr
  Ian Goldberg 7df8809b6d Add a DPF streaming evaluator vor 1 Jahr
  Ian Goldberg bc1d850132 Add the ability to pre-expand RDPFs vor 1 Jahr
  Ian Goldberg cac0ca3269 Comment that we use a different technique from Duoram's Appendix D to normalize the unit vector vor 1 Jahr
  Ian Goldberg 6d92b7149b Single-input evaluation of DPFs vor 1 Jahr
  Ian Goldberg b120fc84eb All parties can now load RDPFs of different depths and keep track of stats vor 1 Jahr
  Ian Goldberg 8f0ea5629f RDPF pairs (for the server) and triples (for the computational peers) vor 1 Jahr
  Ian Goldberg b163fc4270 Templatize the I/O operations for RDPF vor 1 Jahr
  Ian Goldberg c8a0051158 Be able to send RDPFs to other parties vor 1 Jahr
  Ian Goldberg a3baa02860 Be a little more defensive when reading single bits vor 1 Jahr
  Ian Goldberg 54556fce46 It turns out you can just use bitwise operators ^ & on __m128i vor 1 Jahr
  Ian Goldberg e9bbb4b09f Finish generating the RAM DPFs vor 1 Jahr
  Ian Goldberg 83d2f82977 Expand on a comment vor 1 Jahr
  Ian Goldberg cfb460526a Constructing DPFs: the flag correction bits vor 1 Jahr
  Ian Goldberg 41ca42d01b Start constructing DPFs: the correction words vor 1 Jahr
  Ian Goldberg 0ac3de8dd2 Count AES operations vor 1 Jahr