Historique des commits

Auteur SHA1 Message Date
  Ian Goldberg bee20e5412 mpc_select for RegBS il y a 2 ans
  Ian Goldberg d2a0dbb3c6 Make it compile on Ubuntu 20.04 agan il y a 2 ans
  Ian Goldberg 9707b3ea7d Move the Cell definition from cell.cpp to cell.hpp il y a 2 ans
  Ian Goldberg 69ece20f03 Be able to create wide RDPFs in the preprocessing phase il y a 2 ans
  Ian Goldberg f95a11853c Allow for a one-byte subtype in the preprocessing network protocol il y a 2 ans
  Ian Goldberg 5a9eac7cbc Don't forget to save the leaf_cfbits il y a 2 ans
  Ian Goldberg a5815bf876 I/O on wide RDPFs il y a 2 ans
  Ian Goldberg ff2653d6ea Create wide RDPFs il y a 2 ans
  Ian Goldberg 6569a4f55d Have RDPF::expand() use descend_to_leaf for the last layer il y a 2 ans
  Ian Goldberg 864d5a2e7c We only need one leaf correction flag bit per level, not one per word per level il y a 2 ans
  Ian Goldberg 9fcb5e4895 Have RDPF::leaf() use descend_to_leaf for the last layer il y a 2 ans
  Ian Goldberg f15d8fc6e1 Store the max depth and the current depth in an RDPF il y a 2 ans
  Ian Goldberg 6496353c33 A PRG variant for computing (wide) leaves il y a 2 ans
  Ian Goldberg 59772f3c07 PreCompStorage for wide RDPFs il y a 2 ans
  Ian Goldberg 6684abdad7 Prepare a unit test for wide DPFs il y a 2 ans
  Ian Goldberg 57d891d549 Add some comments and fix the types of leaf_cw and leaf_cfbits il y a 2 ans
  Ian Goldberg 86c2ca4712 Pass LeafNodes by const ref instead of by value il y a 2 ans
  Ian Goldberg 953c1fd3a1 Generalize a bunch of types to eventually support wide DPFs il y a 2 ans
  Ian Goldberg 64fa2cbc67 Move depth() from DPF to RDPF il y a 2 ans
  Ian Goldberg a9e39d265e Add a template parameter to RDPF, RDPFPair, RDPFTriple for the leaf width il y a 2 ans
  Ian Goldberg d8d08f2a6e Change some functions from templated on return values to overloaded on reference parameters il y a 2 ans
  Ian Goldberg f9fd97e396 Comparisons only need 114 AES operations, not 170 il y a 2 ans
  Ian Goldberg 57a1dfd6cb Make CDPF::is_zero work for both RegAS and RegXS (as intended) il y a 2 ans
  Ian Goldberg 3d4ad0f78b Tiny formatting change il y a 2 ans
  Ian Goldberg 3570231b40 Field-access macros so we can write A[i].CELL_KEY instead of A[i].field(&Cell::key) for example il y a 2 ans
  Ian Goldberg bc5dc4a257 mpc_and, mpc_or for bit shares il y a 2 ans
  Ian Goldberg 706253a51f mpc_select for RegXS il y a 2 ans
  Ian Goldberg 240782591d Add support for AND triples and value_t SelectTriples il y a 2 ans
  Ian Goldberg a281346bb1 Templatize SelectTriple so that it can be used for value_t and bit_t, not just DPFnode il y a 2 ans
  Ian Goldberg 878db98688 Rename triples to multtriples and selecttriples to nodeselecttriples il y a 2 ans