Update README.md

Added Videos Head section and corresponding resource under it.
This commit is contained in:
Aniket 2024-12-09 07:46:11 -08:00 committed by GitHub
parent 4933f200ac
commit 099ef8c10e
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.