From f915457a44c01981756c7e764056b2d000175378 Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:10:59 -0600 Subject: [PATCH] upate about and contact info fixed some typo --- README.md | 2 +- pages/CSE442T/CSE442T_L1.md | 14 ------------ pages/CSE442T/CSE442T_L19.md | 2 +- pages/CSE442T/index.md | 41 ++++++++++++++++++++++++++++++++++++ pages/CSE442T/index.mdx | 10 --------- pages/about.md | 23 ++++++++++++++++++++ pages/about.mdx | 4 ---- pages/contact.md | 10 +++++++++ pages/contact.mdx | 4 ---- pages/index.md | 17 +++++++++++++++ pages/index.mdx | 3 --- 11 files changed, 93 insertions(+), 37 deletions(-) create mode 100644 pages/CSE442T/index.md delete mode 100644 pages/CSE442T/index.mdx create mode 100644 pages/about.md delete mode 100644 pages/about.mdx create mode 100644 pages/contact.md delete mode 100644 pages/contact.mdx create mode 100644 pages/index.md delete mode 100644 pages/index.mdx diff --git a/README.md b/README.md index 9946db0..e951288 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # NoteNextra -static note sharing site for minmum care +static note sharing site with minimum care diff --git a/pages/CSE442T/CSE442T_L1.md b/pages/CSE442T/CSE442T_L1.md index 5949ad0..c2e4ccc 100644 --- a/pages/CSE442T/CSE442T_L1.md +++ b/pages/CSE442T/CSE442T_L1.md @@ -2,20 +2,6 @@ > I changed all the element in set to lowercase letters. I don't know why K is capitalized. -Brian Garnett - -bcgarnett@wustl.edu - -Math Phd... Great! - -Proof based course and write proofs. - -CSE 433 for practical applications. - -OH: Right after class! 4-5 Mon, Urbaur Hall 227 - -Pass and Shalat - ## Alice sending information to Bob Assuming _Eve_ can always listen diff --git a/pages/CSE442T/CSE442T_L19.md b/pages/CSE442T/CSE442T_L19.md index d5e242f..35a24a2 100644 --- a/pages/CSE442T/CSE442T_L19.md +++ b/pages/CSE442T/CSE442T_L19.md @@ -4,7 +4,7 @@ ### Lamport's One-Time Signature -Given a oneway function $f$, we can create a signature scheme as follows: +Given a one-way function $f$, we can create a signature scheme as follows: We construct a key pair $(sk, pk)$ as follows: diff --git a/pages/CSE442T/index.md b/pages/CSE442T/index.md new file mode 100644 index 0000000..889c91b --- /dev/null +++ b/pages/CSE442T/index.md @@ -0,0 +1,41 @@ +# CSE 442T + +## Course Description + +This course is an introduction to the theory of cryptography. Topics include: + +One-way functions, Pseudorandomness, Private-key cryptography, Public-key cryptography, Authentication, and etc. + +### Instructor: + +[Brian Garnett](bcgarnett@wustl.edu) + +Math Phd… Great! + +Proof based course and write proofs. + +CSE 433 for practical applications. + +### Office Hours: + +Right after class! 4-5 Mon, Urbaur Hall 227 + +### Textbook: + +[A course in cryptography Lecture Notes](https://www.cs.cornell.edu/courses/cs4830/2010fa/lecnotes.pdf) + +### Comments: + +Most proofs are not hard to understand. + +Many definitions to remember. They are long and tedious. + +For example, I have to read the book to understand the definition of "hybrid argument". It was given as follows: + + + + +I'm having a hard time to recover them without reading the book. + +The lecturer's explanation is good but you'd better always pay attention in class or you'll having a hard time to catch up with the proof. + diff --git a/pages/CSE442T/index.mdx b/pages/CSE442T/index.mdx deleted file mode 100644 index 964ec34..0000000 --- a/pages/CSE442T/index.mdx +++ /dev/null @@ -1,10 +0,0 @@ -# CSE 442T - -## Course Description - -This course is an introduction to the theory of cryptography. Topics include: - -One-way functions, trapdoor functions, and hash functions. - -Instructor: - diff --git a/pages/about.md b/pages/about.md new file mode 100644 index 0000000..57fcf47 --- /dev/null +++ b/pages/about.md @@ -0,0 +1,23 @@ +# About + +This is a static server for me to share my notes with you guys. + +## Acknowledgement + +This page is built with [Nextra](https://nextra.site/). + +With the front end framework [Next.js](https://nextjs.org/) + +Deployed on [Vercel](https://vercel.com/) + +Data is stored on [GitHub](https://github.com/) + +Course materials are collected from [Washingtong University in St. Louis](https://wustl.edu/) + +Also the procrastination of project [Notechondria](https://github.com/Trance-0/Notechondria) + +And also [Fulwing](https://github.com/Fulwing/WashUdoc) + +Coding is done via the best editor so far [Cursor](https://www.cursor.com/) + +The icon is from [Bootstrap Icons](https://icons.getbootstrap.com/) \ No newline at end of file diff --git a/pages/about.mdx b/pages/about.mdx deleted file mode 100644 index 301c508..0000000 --- a/pages/about.mdx +++ /dev/null @@ -1,4 +0,0 @@ -# About - -## - diff --git a/pages/contact.md b/pages/contact.md new file mode 100644 index 0000000..89afdfd --- /dev/null +++ b/pages/contact.md @@ -0,0 +1,10 @@ +# Contact + +This page is mainly maintained by [Trance-0](https://github.com/Trance-0). + +## Contact info + +[GitHub](https://github.com/Trance-0) + +[Email](mailto:wuzheyuan.86@gmail.com) + diff --git a/pages/contact.mdx b/pages/contact.mdx deleted file mode 100644 index 55716f4..0000000 --- a/pages/contact.mdx +++ /dev/null @@ -1,4 +0,0 @@ -# contact - -## - diff --git a/pages/index.md b/pages/index.md new file mode 100644 index 0000000..9c06a94 --- /dev/null +++ b/pages/index.md @@ -0,0 +1,17 @@ +# Welcome to NoteNextra + +This was originated from another project [NoteChondria](https://github.com/Trance-0/Notechondria) that I've been working on for a long time but don't have a stable release yet. + +I'm not sure if I'll be able to finish it at any time soon. And I've got a lot of materials to share with you guys. + +So here it is. A lite server for you to read my notes. + +**Remember, I take notes don't means that I like them and paying attention to the lecture.** + +
It's because I'm too easy to fall asleep if I stop doing something on my hand when my mind is wandering.
+ +So I'm not responsible for any wrong notes or facts recorded in my notes since I rarely check them and use them as a reference. I'd like to read the book which have been proof read by many people. + +If you find any mistakes, please let me know by submitting an issue in the [GitHub repository](https://github.com/Trance-0/NoteNextra). Or click the `Edit this page` button at the side of the page to fix it yourself with appropriate push request. I really appreciate and willing to accept any valuable contribution in this project. + +Enjoy! \ No newline at end of file diff --git a/pages/index.mdx b/pages/index.mdx deleted file mode 100644 index 87c4a4b..0000000 --- a/pages/index.mdx +++ /dev/null @@ -1,3 +0,0 @@ -# Welcome to Nextra - -Hello, world! \ No newline at end of file