Add Stanford's Cryptography I from Coursera

I took Crypto course a while ago and see it as one of the best introductory courses on the topic.
This commit is contained in:
Vlad Styran 2017-09-22 17:58:54 +03:00 committed by GitHub
parent ef672ce683
commit dede383407
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ That seems somewhat out of scope, isn't it? But these are books only fully avail
* [Understanding cryptography: A textbook for Students and Practitioners](http://www.crypto-textbook.com/) - Textbook, great lectures and problems to solve.
* [Crypto101](https://www.crypto101.io/) - Crypto 101 is an introductory course on cryptography, freely available for programmers of all ages and skill levels.
* [a Course in Cryptography](https://www.cs.cornell.edu/courses/cs4830/2010fa/lecnotes.pdf) - Lecture notes by Rafael Pass, Abhi Shelat
* [Cryptography I](https://www.coursera.org/learn/crypto) - Stanford University course on Coursera, taught by prof. Dan Boneh. [Cryptography II](https://www.coursera.org/learn/crypto2) is still in development.
<hr>
### Online crypto challenges