From 099ef8c10edea6937fb1e80d1eb314b681cd15b8 Mon Sep 17 00:00:00 2001 From: Aniket Date: Mon, 9 Dec 2024 07:46:11 -0800 Subject: [PATCH 1/2] Update README.md Added Videos Head section and corresponding resource under it. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a71603f..329be23 100644 --- a/README.md +++ b/README.md @@ -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. From 44524b94a0cc06c14f7b517615f4035c64b7de09 Mon Sep 17 00:00:00 2001 From: Aniket Date: Mon, 9 Dec 2024 07:46:38 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329be23..8536ef9 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ 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] +### 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.