Skip to content

Commit

Permalink
Update readme (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondu7297 authored Dec 30, 2023
1 parent 6ab85de commit b3ee3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ of the type of client request. This sequential two round solution provides two m
This work proposes *ORTOA*, a family of one round trip data access protocols that *hides the type of client access to efficiently address the privacy challenges caused by revealing the type of access.*

Specifically, we propose three different single-round access type hiding protocols:
- ORTOA-FHE: Leverages an existing crypto-graphic primitive, Fully Homomorphic Encryption (FHE)
- ORTOA-LBL: Represents plaintext values in a binary format and encodes each bit with a secret label generated using pseudo-random functions (PRFs)
- ORTOA-TEE: Leverages the cryptographic guarantees of Trusted Execution Environments (TEE) (hardware enclaves)
- ORTOA-FHE: Leverages an existing crypto-graphic primitive, Fully Homomorphic Encryption (FHE). Due to the practical challenges of extensively multiplying FHE encrypted values, the code for this version is absent from this repository.

0 comments on commit b3ee3cc

Please sign in to comment.