upate about and contact info

fixed some typo
This commit is contained in:
Zheyuan Wu
2024-11-19 23:10:59 -06:00
parent 466dee3331
commit f915457a44
11 changed files with 93 additions and 37 deletions

View File

@@ -1,3 +1,3 @@
# NoteNextra
static note sharing site for minmum care
static note sharing site with minimum care

View File

@@ -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

View File

@@ -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:

41
pages/CSE442T/index.md Normal file
View File

@@ -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.

View File

@@ -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:

23
pages/about.md Normal file
View File

@@ -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/)

View File

@@ -1,4 +0,0 @@
# About
##

10
pages/contact.md Normal file
View File

@@ -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)

View File

@@ -1,4 +0,0 @@
# contact
##

17
pages/index.md Normal file
View File

@@ -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.**
<p style="color: red; font-weight: bold">It's because I'm too easy to fall asleep if I stop doing something on my hand when my mind is wandering.</p>
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!

View File

@@ -1,3 +0,0 @@
# Welcome to Nextra
Hello, world!