Skip to content

Commit 05ddd22

Browse files
committed
fix: typo
1 parent 9c24a0c commit 05ddd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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/).
44

55
## 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.)
77
- [`tiptoe`](tiptoe/README.md) – implements [Tiptoe](https://eprint.iacr.org/2023/1438) and queries real-time stock/crypto prices from Yahoo Finance's API.
88

99
## Features

0 commit comments

Comments
 (0)