mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
Cryptography, non-blocking algorithm, quantum computing (#409)
This commit is contained in:
parent
3e12fc55e2
commit
ff22097f79
@ -6,6 +6,7 @@
|
||||
* [New Directions in Cryptography (1976)](http://www-ee.stanford.edu/~hellman/publications/24.pdf)
|
||||
* [RSA Key Extraction via Low-Bandwidth Acoustic Cryptanalysis (2013)](http://www.cs.tau.ac.il/~tromer/papers/acoustic-20131218.pdf)
|
||||
* [The Moral Character of Cryptographic Work (2015)](http://web.cs.ucdavis.edu/~rogaway/papers/moral-fn.pdf)
|
||||
* [:scroll:](ntru-prime.pdf) [NTRU Prime (2016)](https://eprint.iacr.org/2016/461.pdf) (Daniel J. Bernstein, Chitchanok Chuengsatiansup, Tanja Lange, and Christine van Vredendaal)
|
||||
|
||||
## Related Works
|
||||
### [A Mathematical Theory of Cryptography (1945)](http://www.cs.bell-labs.com/who/dmr/pdfs/shannoncryptshrt.pdf) - Shannon
|
||||
|
BIN
cryptography/ntru-prime.pdf
Normal file
BIN
cryptography/ntru-prime.pdf
Normal file
Binary file not shown.
9
non_blocking_algorithms/README.md
Normal file
9
non_blocking_algorithms/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Non-Blocking Algorithmics
|
||||
|
||||
An non-blocking algorithm is an algorithm in which failure or suspension of any thread cannot cause failure or suspension of another thread; for some operations, these algorithms provide a useful alternative to traditional blocking implementations. A non-blocking algorithm is lock-free if there is guaranteed system-wide progress, and wait-free if there is also guaranteed per-thread progress.
|
||||
|
||||
## Included Papers
|
||||
|
||||
* [:scroll:](a-wait-free-stack.pdf) [A Wait-Free Stack (2015)](https://arxiv.org/abs/1510.00116) (Seep Goel, Pooja Aggarwal, Smruti R. Sarangi)
|
||||
* [:scroll:](a-wait-free-queue-as-fast-as-fetch-and-add.pdf) [A Wait-free Queue as Fast as Fetch-and-Add (2016)](http://chaoran.me/assets/pdf/wfq-ppopp16.pdf) (Chaoran Yang, John Mellor-Crummey)
|
||||
* [:scroll:](efficient-lock-free-b+trees.pdf) [Efficient Lock-free B+trees (2014)](http://orbit.dtu.dk/files/102419168/abstract_ELB_trees.pdf) (Lars Frydendal Bonnichsen, Sven Karlsson, Christian W. Probst)
|
Binary file not shown.
BIN
non_blocking_algorithms/a-wait-free-stack.pdf
Normal file
BIN
non_blocking_algorithms/a-wait-free-stack.pdf
Normal file
Binary file not shown.
BIN
non_blocking_algorithms/efficient-lock-free-b+trees.pdf
Normal file
BIN
non_blocking_algorithms/efficient-lock-free-b+trees.pdf
Normal file
Binary file not shown.
5
quantum_computing/README.md
Normal file
5
quantum_computing/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Quantum computing
|
||||
|
||||
## Included Papers
|
||||
|
||||
* [:scroll:](advance_in_quantum_machine_learning.pdf) [Advances in quantum machine learning (2015)](https://arxiv.org/abs/1512.02900) (Jeremy Adcock, Euan Allen, Matthew Day, Stefan Frick, Janna Hinchliff, Mack Johnson, Sam Morley-Short, Sam Pallister, Alasdair Price, Stasja Stanisic)
|
BIN
quantum_computing/advance_in_quantum_machine_learning.pdf
Normal file
BIN
quantum_computing/advance_in_quantum_machine_learning.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user