Historique des commits

Auteur SHA1 Message Date
  sshsshy c49fd30850 Taking cmd line args similar to the heaps implementation for ease of experiment-running scripts il y a 2 ans
  sshsshy fb2cc8c42a Reducing round complexity. Moved some flag computations from/for UpdateRetStruct() earlier (and in parallel with other mpc_ops) in del() il y a 2 ans
  sshsshy 9d98318520 Optimizing (Parallelizing) MPC operations in the updated fixImbalanceDel il y a 2 ans
  sshsshy 1670482517 Parallelizing ORAM operations for OPT_ON il y a 2 ans
  sshsshy 5993e613dc Deletion correctness fix for incorrect balance bits in IC3. Expanded IC3 to IC3_S1 to IC3_S3 il y a 2 ans
  sshsshy f3b38e8a79 Tweaks to incorporate AVL balance bit checks. Correcting updateBalanceDel's bal_upd propogation clause il y a 2 ans
  sshsshy ba426efb0f Fix BST correctness check for AVL il y a 2 ans
  sshsshy 11c4290539 Fixed OblivIndex to use the correct width DPFS. Support randomized inserts and deletes (cur_max_index). Sanity test option for inserts/deletes il y a 2 ans
  sshsshy 18680a2fe2 Tweaks to run unoptimized version il y a 2 ans
  sshsshy 3d8ec74077 AVL Initialization with coroutines il y a 2 ans
  sshsshy bf172ece8a Fixing insertion error that produced larger DPFs than required for the problem size il y a 2 ans
  sshsshy aa3137e6b0 debugging il y a 2 ans
  sshsshy 1cc189347e Removing unnecessary printfs il y a 2 ans
  sshsshy e9cde7de60 Non-oblivious initiailization for AVL trees. Toggle optimizations on and off with OPT_ON in avl.hpp il y a 2 ans
  sshsshy 03690c78b8 Optimization 2: Batching parallel MPC operations using run_coroutines il y a 2 ans
  sshsshy 8d51c38adf Cleanup from switching to OblivIndex il y a 2 ans
  sshsshy bf65e91701 Optimization 1: Related (Read + Write) operations updated to use OblivIndex to perform (Read + Update) with the same DPF il y a 2 ans
  sshsshy bcba33eea2 Fixing AVL up with API for benchmarking, and printing outputs for Initialize, Inserts, and Delets il y a 2 ans
  sshsshy 7b69627647 Minor tweaks il y a 2 ans
  sshsshy 197781d283 Splitting updateRetStruct() out of del() il y a 2 ans
  sshsshy d016ffb9d6 Splitting del() into fixImbalance() and updateChildPointers() il y a 2 ans
  sshsshy 309f3d05ff Fixing the base deletion case to verify that the deletion key matches current root's key before deleting it il y a 2 ans
  sshsshy f5b9b63cfe Fixing (Zero-ing) n's balance in the double rotation case il y a 2 ans
  sshsshy 2a1a746321 Converting *oram to oram within AVL class il y a 2 ans
  sshsshy c23643371b init() for AVL to reuse a tree for all the UTs il y a 2 ans
  sshsshy 3fbda3c478 Merge branch 'ssasy/avl' of git-crysp.uwaterloo.ca:duoram/prac into ssasy/avl il y a 2 ans
  sshsshy ff4f893471 Rebased on main il y a 2 ans
  sshsshy 4a05888c8a avl_tests seperation, and using init() to refresh ORAM for AVL tests il y a 2 ans
  sshsshy 8f1752c8b9 AVL Lookup. Fixed the deletion bug of F_dr being set without it being an imbalance case il y a 2 ans
  sshsshy e6c9172095 AVL Insertion, Deletion, and UTs il y a 2 ans