sshsshy
|
e9cde7de60
Non-oblivious initiailization for AVL trees. Toggle optimizations on and off with OPT_ON in avl.hpp
|
2 years ago |
sshsshy
|
bf65e91701
Optimization 1: Related (Read + Write) operations updated to use OblivIndex to perform (Read + Update) with the same DPF
|
2 years ago |
sshsshy
|
197781d283
Splitting updateRetStruct() out of del()
|
2 years ago |
sshsshy
|
d016ffb9d6
Splitting del() into fixImbalance() and updateChildPointers()
|
2 years ago |
sshsshy
|
309f3d05ff
Fixing the base deletion case to verify that the deletion key matches current root's key before deleting it
|
2 years ago |
sshsshy
|
2a1a746321
Converting *oram to oram within AVL class
|
2 years ago |
sshsshy
|
c23643371b
init() for AVL to reuse a tree for all the UTs
|
2 years ago |
sshsshy
|
8f1752c8b9
AVL Lookup. Fixed the deletion bug of F_dr being set without it being an imbalance case
|
2 years ago |
sshsshy
|
e6c9172095
AVL Insertion, Deletion, and UTs
|
2 years ago |