avadapal
|
5a96ad3b6a
appened experimental results
|
1 year ago |
avadapal
|
cd2dc3fa1f
extracting data
|
1 year ago |
avadapal
|
0da97fc107
reproducing plots
|
1 year ago |
avadapal
|
b0a90a2e1e
a script to extract preproc string
|
1 year ago |
sshsshy
|
18fa9b8c04
Parallelizing BST functions and compressing rounds.
|
1 year ago |
sshsshy
|
6148723490
Added an mpc_or OP for readability
|
1 year ago |
sshsshy
|
122288d672
BST Lookup updated to return a RegBS without explicit reconstruction of lookup success/fail. Fixed incorrect usage of mpc_reconstruct for RegBS in both BST and AVL.
|
1 year ago |
sshsshy
|
75d8183265
BST clean up
|
1 year ago |
sshsshy
|
908cb552f8
Removing unused function declarations
|
1 year ago |
sshsshy
|
d826b2e97f
Putting the class back into hpp for cell
|
1 year ago |
sshsshy
|
d51fb320e8
Replacing local reconstruction functions with mpc_reconstruct() whereever applicable. Removed reconstruct_RegA/XS, still need reconstruct_RegBS for correctness
|
1 year ago |
avadapal
|
ddc69b3f28
more comments
|
1 year ago |
avadapal
|
53fd6be0ce
more comments
|
1 year ago |
sshsshy
|
22ba950936
Compressing another round by parallelizing l0,r0 checks along with the key comparison round.
|
1 year ago |
avadapal
|
f6ce678aa2
adding a few comments
|
1 year ago |
avadapal
|
9517833f60
prac parser
|
1 year ago |
avadapal
|
556dbe07d6
addressing Ian comments on the code review + a removing a memory bug in the sanity check
|
1 year ago |
sshsshy
|
c49fd30850
Taking cmd line args similar to the heaps implementation for ease of experiment-running scripts
|
1 year ago |
sshsshy
|
fb2cc8c42a
Reducing round complexity. Moved some flag computations from/for UpdateRetStruct() earlier (and in parallel with other mpc_ops) in del()
|
1 year ago |
sshsshy
|
9d98318520
Optimizing (Parallelizing) MPC operations in the updated fixImbalanceDel
|
1 year ago |
sshsshy
|
1670482517
Parallelizing ORAM operations for OPT_ON
|
1 year ago |
sshsshy
|
5993e613dc
Deletion correctness fix for incorrect balance bits in IC3. Expanded IC3 to IC3_S1 to IC3_S3
|
1 year ago |
sshsshy
|
f3b38e8a79
Tweaks to incorporate AVL balance bit checks. Correcting updateBalanceDel's bal_upd propogation clause
|
1 year ago |
avadapal
|
722ad826cc
extract heap repro script
|
1 year ago |
avadapal
|
5b086b2a2c
repro heap inserts
|
1 year ago |
avadapal
|
314d9bbdf6
repro heap basic
|
1 year ago |
avadapal
|
c7d52172a8
reprofiles for binary search
|
1 year ago |
sshsshy
|
ba426efb0f
Fix BST correctness check for AVL
|
1 year ago |
sshsshy
|
11c4290539
Fixed OblivIndex to use the correct width DPFS. Support randomized inserts and deletes (cur_max_index). Sanity test option for inserts/deletes
|
1 year ago |
sshsshy
|
18680a2fe2
Tweaks to run unoptimized version
|
1 year ago |