提交歷史

作者 SHA1 備註 提交日期
  Ian Goldberg bd0cab0198 Start on the Duoram implementation 3 年之前
  Ian Goldberg 116a8072e7 Move templated method implementations from rdpf.hpp to rdpf.tcc 3 年之前
  Ian Goldberg 6d7546b80c Add a comment explaining the template parameters for PreCompStorage 3 年之前
  Ian Goldberg 9e3895c950 Have Reg{A,X,B}S definitely initialize to 0 when constructed 3 年之前
  Ian Goldberg 7d614a5eb4 It's faster to do evaluations of RDPFPairs and RDPFTriples in lockstep 3 年之前
  Ian Goldberg 473692210f Add a comment as to why we still have both expand() and Eval::next() 3 年之前
  Ian Goldberg 7df8809b6d Add a DPF streaming evaluator 3 年之前
  Ian Goldberg 11c05623ec Add a timing test for DPF evalution 3 年之前
  Ian Goldberg bc1d850132 Add the ability to pre-expand RDPFs 3 年之前
  Ian Goldberg dc610848be If we run out of some type of precomputed element, be explicit about what type it was 3 年之前
  Ian Goldberg 5861e0f2f0 Test the DPF generation and evaluation 3 年之前
  Ian Goldberg cac0ca3269 Comment that we use a different technique from Duoram's Appendix D to normalize the unit vector 3 年之前
  Ian Goldberg 1d35b62ce3 Add ^ operator for RegBS and add const correctness to similar functions 3 年之前
  Ian Goldberg f43b28b0ae Be able to easily send and receive many types over the MPCSingleIOStream << interface 3 年之前
  Ian Goldberg 26e3e7459c Keep track of messages sent and bytes sent when using the MPCSingleIOStream << interface 3 年之前
  Ian Goldberg 6d92b7149b Single-input evaluation of DPFs 3 年之前
  Ian Goldberg b120fc84eb All parties can now load RDPFs of different depths and keep track of stats 3 年之前
  Ian Goldberg 0e1cc51527 Harmonize I/O for MultTriple, HalfTriple, and the DPFs 3 年之前
  Ian Goldberg ee74b05694 Save to disk the RDPF pairs and triples created during preprocessing 3 年之前
  Ian Goldberg 8f0ea5629f RDPF pairs (for the server) and triples (for the computational peers) 3 年之前
  Ian Goldberg b163fc4270 Templatize the I/O operations for RDPF 3 年之前
  Ian Goldberg c8a0051158 Be able to send RDPFs to other parties 3 年之前
  Ian Goldberg a3baa02860 Be a little more defensive when reading single bits 3 年之前
  Ian Goldberg d004bdf5f2 Make HalfTriple code consistent with MultTriple 3 年之前
  Ian Goldberg 05f8e4a23d Change AndTriple to SelectTriple 3 年之前
  Ian Goldberg 54556fce46 It turns out you can just use bitwise operators ^ & on __m128i 3 年之前
  Ian Goldberg e9bbb4b09f Finish generating the RAM DPFs 3 年之前
  Ian Goldberg 3ab9aed765 make clean should clean any generated asms as well 3 年之前
  Ian Goldberg 83d2f82977 Expand on a comment 3 年之前
  Ian Goldberg 4780b7e22d Add a Makefile target for generating assembly 3 年之前