Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanaBlzvc authored Apr 30, 2024
1 parent 803602f commit a79cd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ files and directories.

Each blob is associated with a unique, 256-bit long number called the **Blob ID**. The root
directory's blob ID is hardcoded constant of all-zeroes. All the other blob IDs are randomly
generated (with a [CSPRNG](link-csprng)). To find a blob id for a particular blob at a given path,
generated (with a [CSPRNG][link-csprng]). To find a blob id for a particular blob at a given path,
one needs to open it's parent directory and lookup the blob ID by the blob name. To open the parent,
it's parent might need to be opened first, and so on all the way to the root (the root's blob id is
constant so doesn't need to be looked up).
Expand Down Expand Up @@ -511,7 +511,7 @@ Ouisync uses the following cryptographic primitives:
* List approaches how Ouisync can improve anonymity and confidentiality (Tor, multi-hop
syncing,...) and their pros and cons.

[link-csprng]:https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator
[link-csprng]: https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator
[link-kdf](https://en.wikipedia.org/wiki/Key_derivation_function)
[link-dag](https://en.wikipedia.org/wiki/Directed_acyclic_graph)
[link-ouisync-app](https://github.com/equalitie/ouisync-app)
Expand Down

0 comments on commit a79cd8d

Please sign in to comment.