Historique des commits

Auteur SHA1 Message Date
  Sebastian Angel 63c3cf0edf small change in main il y a 2 ans
  Sebastian Angel cc28679812 Update README.md il y a 2 ans
  Sebastian Angel 5221ebb434 porting to SEAL 3.7.2 il y a 2 ans
  Andrew Beams eea9b2bcf8 Added modulus context switching - greatly reduces response size. il y a 2 ans
  Andrew Beams 73426d58dc Merge branch 'master' of https://github.com/abeams/SealPIR il y a 2 ans
  Andrew Beams 0df8e32bcc Fixed two bugs - one where encode_db would read slightly beyond the end (not sure of ramifications) and one in encoding ciphertexts as plaintexts (so d >= 3 works now) il y a 2 ans
  Sebastian Angel c7916baa05 fixing test bug and patching readme. Also deleting files il y a 2 ans
  Andrew Beams e8ffad1f7a Fixed a bug in pir_client.get_one_ct() il y a 2 ans
  Andrew Beams 386973297e Added replace element functionality il y a 2 ans
  Andrew Beams e90710931c Started on replace functionality il y a 2 ans
  Andrew Beams b79920a155 Removed files that should have been ignored. il y a 2 ans
  Andrew Beams a1732b7fff Changed byte-coefficient conversion so that each coefficient is a part of only one element. This is in line with the code as it was written, but not how the database encoding was being done. il y a 2 ans
  Andrew Beams 1bc6236a8c Added non-private query api (to be used for adding/modifying/deleting database elements il y a 2 ans
  Andrew Beams 521aa6f55e Minor changes to pir_client api il y a 2 ans
  Andrew Beams 044fa4cfa7 Minor changes to pir_client api il y a 2 ans
  Sebastian Angel dfc29d64e2 update readme and add size il y a 2 ans
  Sebastian Angel b8c9e5c5ae query serialization il y a 2 ans
  Andrew Beams e8a0ddd2b7 Fixed the serialization bug for real this time. il y a 2 ans
  Andrew Beams 314e6e26fe Fixed serialization bug. il y a 2 ans
  Sebastian Angel 8b2d6a2f95 serialization with a bug il y a 2 ans
  Sebastian Angel cbbc5ac1c1 adding ctest and changing structure il y a 2 ans
  Sebastian Angel 9e3b886b42 getting rid of unused stuff and comment il y a 2 ans
  Sebastian Angel dfdc483138 propagating option in main il y a 2 ans
  Sebastian Angel 6f2b909103 adding option for symmetric il y a 2 ans
  Sebastian Angel 657857144c a few touches il y a 2 ans
  Andrew Beams 202c797920 Added a test for expansion and some e2e tests with different parameters. il y a 3 ans
  Andrew Beams cf6d3c1682 Now all database elements are encoded into plaintexts using the batch encoder. il y a 3 ans
  Andrew Beams 0c00139100 Added symmetric encryption il y a 3 ans
  Andrew Beams d10a17fecd Client and server now get num_of_plaintexts and elements_per_plaintext from pir_params il y a 3 ans
  Andrew Beams e4f31fe3e0 Renamed params to enc_params on server too il y a 3 ans