You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
A privacy-preserving search system based on [MIT's Tiptoe paper](https://people.csail.mit.edu/nickolai/papers/henzinger-tiptoe.pdf). This implementation allows you to search through data while maintaining query privacy - the server never learns what you're searching for. For more details, see our [blog](https://blog.exolabs.net/day-8/).
4
4
5
5
## Project Structure
6
-
-[`simplepir`](simplepir/README.md) – a Rust implementation of [SimplePIR](https://eprint.iacr.org/2022/949) (Henzinger et. al.)
6
+
-[`simplepir`](simplepir/README.md) – a Rust implementation of [SimplePIR](https://eprint.iacr.org/2022/949) (Henzinger et al.)
7
7
-[`tiptoe`](tiptoe/README.md) – implements [Tiptoe](https://eprint.iacr.org/2023/1438) and queries real-time stock/crypto prices from Yahoo Finance's API.
0 commit comments