Merge 44524b94a0cc06c14f7b517615f4035c64b7de09 into 4933f200acf7467cdff8fabbd9fd9cd56427d65c

This commit is contained in:
Aniket 2024-12-09 08:51:39 -08:00 committed by GitHub
commit eda598ff85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ A curated list of cryptography resources and links.
- [Articles](#articles)
- [Books](#books)
- [Courses](#courses)
- [Videos](#videos)
- [Other lists](#other-lists)
- [Tools](#tools)
- [Standalone](#standalone)
@ -130,6 +131,11 @@ A curated list of cryptography resources and links.
- [Practical Aspects of Modern Cryptography](http://courses.cs.washington.edu/courses/csep590/06wi/) - Practical Aspects of Modern Cryptography, Winter 2006 University of Washington CSE.
- [Theory and Practice of Cryptography](https://www.youtube.com/watch?v=ZDnShu5V99s) - Introduction to Modern Cryptography, Using Cryptography in Practice and at Google, Proofs of Security and Security Definitions and A Special Topic in Cryptography.
### Videos
- [Explained: What is Hashing and how does it work?](https://www.youtube.com/watch?v=4khb3q2cvRQ) Learn how does Hashing in Computer Science works and it's important use cases.
### Other lists
- [Awesome crypto-papers](https://github.com/pFarb/awesome-crypto-papers) A curated list of cryptography papers, articles, tutorials and howtos.