Skip to content

55199789/bucketObliviousSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bucketObliviousSort

Intel SGX based bucket oblivious sort

This is my own implementation of bucket oblivious sort where the enclave is the client and runs a small bitonic sort. However, it is much slower than the bitonic sort with O(1) client size, since the enclave is not oblivious.

In addition, the bitonic sort does not support sorting the array larger than 80MB.

About

Intel SGX based bucket oblivious sort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published