Commit History

Author SHA1 Message Date
  avadapal 232cf19ae8 Heapify defs 1 year ago
  avadapal e203664698 heap 1 year ago
  avadapal 44b62c9eef fixed a bug in the insert; put prints in VERBOSE 1 year ago
  avadapal af07325a61 print heaps changed to print children 1 year ago
  avadapal 3e39153736 heap insert 1 year ago
  avadapal a01b01294e added another command line arguement to switch between optimizd and unoptimized 1 year ago
  sshsshy 03690c78b8 Optimization 2: Batching parallel MPC operations using run_coroutines 1 year ago
  sshsshy 8d51c38adf Cleanup from switching to OblivIndex 1 year ago
  sshsshy bf65e91701 Optimization 1: Related (Read + Write) operations updated to use OblivIndex to perform (Read + Update) with the same DPF 1 year ago
  sshsshy bcba33eea2 Fixing AVL up with API for benchmarking, and printing outputs for Initialize, Inserts, and Delets 1 year ago
  sshsshy 7b69627647 Minor tweaks 1 year ago
  sshsshy 197781d283 Splitting updateRetStruct() out of del() 1 year ago
  sshsshy d016ffb9d6 Splitting del() into fixImbalance() and updateChildPointers() 1 year ago
  sshsshy 309f3d05ff Fixing the base deletion case to verify that the deletion key matches current root's key before deleting it 1 year ago
  avadapal 1e44a308e7 optimized heaps working 1 year ago
  avadapal 9141e06097 optimized heaps working 1 year ago
  sshsshy f5b9b63cfe Fixing (Zero-ing) n's balance in the double rotation case 1 year ago
  sshsshy 2a1a746321 Converting *oram to oram within AVL class 1 year ago
  sshsshy c23643371b init() for AVL to reuse a tree for all the UTs 1 year ago
  sshsshy 3fbda3c478 Merge branch 'ssasy/avl' of git-crysp.uwaterloo.ca:duoram/prac into ssasy/avl 1 year ago
  sshsshy ff4f893471 Rebased on main 1 year ago
  sshsshy 4a05888c8a avl_tests seperation, and using init() to refresh ORAM for AVL tests 1 year ago
  sshsshy 8f1752c8b9 AVL Lookup. Fixed the deletion bug of F_dr being set without it being an imbalance case 1 year ago
  sshsshy e6c9172095 AVL Insertion, Deletion, and UTs 1 year ago
  sshsshy adad6f44ba Minor tweaks to BST 1 year ago
  sshsshy ce7e70faa4 Minor tweaks to bst.hpp 1 year ago
  sshsshy 4f09a25dce BST(EA) Lookup 1 year ago
  sshsshy db22a64900 Insert modified to insert into empty locations created by delete() first if possible 1 year ago
  sshsshy 66956bf43d BST (EA) deletion 1 year ago
  sshsshy a874cd2458 Temp sync for debug 1 year ago