Add lectures folder with ethereum-crypto-2026 structure

This commit is contained in:
2026-03-19 10:12:46 +00:00
parent 4b0076a507
commit b632e9f725
7 changed files with 51 additions and 0 deletions

View File

@@ -14,8 +14,13 @@ Study system combining:
- **graph-theory/** — Graphs, trees, algorithms
- **algorithms/** — Complexity, sorting, searching
- **cryptography-prep/** — Building blocks for crypto (once foundation is solid)
- **lectures/** — Course-specific lecture notes (see below)
- **lecture-notes/** — Raw notes from lectures before organizing
## Lectures
- [Ethereum Cryptography 2026](./lectures/ethereum-crypto-2026/) — EPF course
## Study Flow
1. Watch lecture → save raw notes to `lecture-notes/`

View File

@@ -0,0 +1,11 @@
**Ethereum Cryptography — 2026**
Lecture notes and references for the cryptography course.
Main resource: https://drive.google.com/file/d/14ZOhQr4t-6Idd_ljeMCUexFQvCmd72cp/view
Course page: https://study.epf.wiki/course/view.php?id=3
---
(TODO: dump intro notes, preliminary content, and any supplementary materials here)

View File

@@ -0,0 +1,7 @@
**Lecture 1 — Finite Groups & Fields**
Main resource: https://drive.google.com/file/d/14ZOhQr4t-6Idd_ljeMCUexFQvCmd72cp/view
---
(TODO: notes)

View File

@@ -0,0 +1,7 @@
**Lecture 2 — Discrete Fourier Transform**
Main resource: https://drive.google.com/file/d/14ZOhQr4t-6Idd_ljeMCUexFQvCmd72cp/view
---
(TODO: notes)

View File

@@ -0,0 +1,7 @@
**Lecture 3 — Elliptic Curves & Pairings**
Main resource: https://drive.google.com/file/d/14ZOhQr4t-6Idd_ljeMCUexFQvCmd72cp/view
---
(TODO: notes)

View File

@@ -0,0 +1,7 @@
**Lecture 4 — BLS Signatures**
Main resource: https://drive.google.com/file/d/14ZOhQr4t-6Idd_ljeMCUexFQvCmd72cp/view
---
(TODO: notes)

View File

@@ -0,0 +1,7 @@
**Lecture 5 — Proof Systems**
Main resource: https://drive.google.com/file/d/14ZOhQr4t-6Idd_ljeMCUexFQvCmd72cp/view
---
(TODO: notes)