Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Obliviousness #82

Closed

Conversation

chester-leung
Copy link
Member

Reimplements network obliviousness to support Flatbuffers serialization

  • Adds oblivious attribute to DataFrames
  • Adds EnclaveColumnSort() ecall
  • Adds ColumnSort Operations: transpose(), untranspose(), shift_down(), shift_up()
  • Adds ColumnSort pre-processing and post-processing steps: ColumnSortPad() and ColumnSortFilter(), respectively
  • Adds write_dummy_row() function to enable writing of a dummy Flatbuffers row
  • Adds a test to test obliviousness

Fixes #62

Co-authored-by: Ankur Dave [email protected]

@wzheng wzheng closed this Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port network obliviousness to Flatbuffers row representation
3 participants