Skip to content

Commit

Permalink
add salsa paper
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jun 17, 2023
1 parent 9c2f21d commit 90efa8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ See the [sources](#sources) and [selection criteria](#selection-criteria) below.
* A Method for Obtaining Digital Signatures and Public-Key Cryptosystems. [Rivest, Shamir, Adleman (1978)](https://dl.acm.org/doi/pdf/10.1145/359340.359342).
* How To Share A Secret. [Shamir (1979)](https://web.mit.edu/6.857/OldStuff/Fall03/ref/Shamir-HowToShareASecret.pdf).
* A Digital Signature Based on a Conventional Encryption Function. [Merkle (1987)](https://people.eecs.berkeley.edu/~raluca/cs261-f15/readings/merkle.pdf).
* The Salsa20 family of stream ciphers. [Bernstein (2007)](https://cr.yp.to/snuffle/salsafamily-20071225.pdf).

1. **Time, Clocks, and the Ordering of Events in a Distributed System. [Lamport (1978)](https://lamport.azurewebsites.net/pubs/time-clocks.pdf).**
\
Expand Down Expand Up @@ -373,6 +374,7 @@ See the [sources](#sources) and [selection criteria](#selection-criteria) below.
1. Why the Internet only just works. [Handley (2006)](http://www0.cs.ucl.ac.uk/staff/m.handley/papers/only-just-works.pdf).
1. Bigtable: A Distributed Storage System for Structured Data. [Chang et al (2006)](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf).
1. Performance Anti-Patterns. [Smaalders (2006)](https://queue.acm.org/detail.cfm?id=1117403).
1. The Salsa20 family of stream ciphers. [Bernstein (2007)](https://cr.yp.to/snuffle/salsafamily-20071225.pdf).
1. Paxos made live - An Engineering Perspective. [Chandra, Griesemer, Redstone (2007)](https://www.cs.utexas.edu/users/lorenzo/corsi/cs380d/papers/paper2-1.pdf).
1. **Dynamo, Amazon’s Highly Available Key-value store. [DeCandia et al (2007)](https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf).**
1. **On Designing and Deploying Internet Scale Services. [Hamilton (2007)](https://s3.amazonaws.com/systemsandpapers/papers/hamilton.pdf).**
Expand Down
4 changes: 4 additions & 0 deletions papers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@
author: Merkle
year: 1987
link: https://people.eecs.berkeley.edu/~raluca/cs261-f15/readings/merkle.pdf
- title: The Salsa20 family of stream ciphers
author: Bernstein
year: 2007
link: https://cr.yp.to/snuffle/salsafamily-20071225.pdf

- title: Time, Clocks, and the Ordering of Events in a Distributed System
author: Lamport
Expand Down

0 comments on commit 90efa8f

Please sign in to comment.