Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Discrete mathematics and Cryptography #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ A curated list of awesome mathematics resources. This is resource mentioned in [
* [Numerical Analysis](#numerical-analysis)
* [Signal processing](#signal-processing)
* [Mathematics for Computer Science](#mathematics-for-computer-science)
* [Discrete mathematics](#discrete-mathematics)
* [Cryptography](#cryptography)
* [Mathematical Biology](#mathematical-biology)
* [Mathematical Physics](#mathematical-physics)
* [License](#license)
Expand Down Expand Up @@ -471,6 +473,18 @@ Shlomo Sternberg
* [Lecture Notes on Optimization](http://people.eecs.berkeley.edu/~varaiya/papers_ps.dir/NOO.pdf) - Pravin Varaiya
* [Information Theory, Inference, and Learning Algorithms](http://www.inference.org.uk/mackay/itila/book.html) - David J. C. MacKay


## Discrete mathematics

* [A Course in Discrete Structures](https://www.cs.cornell.edu/~rafael/discmath.pdf) - Rafael Pass, Wei-Lung Dustin Tseng

## Cryptography

* [An Introduction to Cryptography](https://www.mathematik.uni-kl.de/~ederc/download/Cryptography.pdf) Mohamed Barakat, Christian Eder, Timo Hanke
* [A Course in Cryptography](https://www.cs.cornell.edu/courses/cs4830/2010fa/lecnotes.pdf) Rafael Pass, Abhi Shelat
* [Lecture Notes on Cryptography](https://cseweb.ucsd.edu/~mihir/papers/gb.pdf) Shafi Goldwasser, Mihir Bellare
* [Intro to Lattice Algorithms and Cryptography](https://homepages.cwi.nl/~dadush/teaching/lattices-2018/) Daniel Dadush

## Mathematical Biology

* [Mathematical Biology](http://www.math.ust.hk/~machas/mathematical-biology.pdf) - Jeffrey Chasnov
Expand Down