From 654d533e9b9521e08af89a90fad9df3475d99dda Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:29:26 +0800 Subject: [PATCH] docs: fix typos --- src/hashzk.md | 2 +- src/zkpseries.md | 4 ++-- src/zksnarks.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hashzk.md b/src/hashzk.md index 5037e9f..c1d1b76 100644 --- a/src/hashzk.md +++ b/src/hashzk.md @@ -41,7 +41,7 @@ - [Poseidon in Filecoin - Dmitry Khovratovich](https://hackmd.io/@7dpNYqjKQGeYC7wMlPxHtQ/BJjaxXd9U) - [code: Ingonyama (python)](https://github.com/ingonyama-zk/poseidon-hash) - [code: Dusk network](https://github.com/dusk-network/Poseidon252) - - [code: Dust netowrk - Poseidon merkle](https://github.com/dusk-network/dusk-poseidon-merkle) + - [code: Dust network - Poseidon merkle](https://github.com/dusk-network/dusk-poseidon-merkle) - [code: Triplewz - GO](https://github.com/triplewz/poseidon) - **Rescue** - [Rescue-Prime: a Standard Specification (SoK)](https://eprint.iacr.org/2020/1143.pdf) diff --git a/src/zkpseries.md b/src/zkpseries.md index c186e48..5e4f79f 100644 --- a/src/zkpseries.md +++ b/src/zkpseries.md @@ -8,7 +8,7 @@ Our Video lecture series on ZK proofs offers in-depth and engaging presentations ## ZK courses -University and proffesional level courses on ZK. +University and professional level courses on ZK. - [ZKMOOC - 2023](https://zk-learning.org/) - [ZK BIU school - 2019](https://www.youtube.com/playlist?list=PL8Vt-7cSFnw29cLUVqAIuMlg1QJ-szV0K) @@ -38,7 +38,7 @@ Podcasts and lecture playlists on various ZKP related topics. ## Advanced Courses/Topics -Advanced University and proffesional level courses on ZK. +Advanced University and professional level courses on ZK. - [Meta complexity bootcamp - Simons Institute](https://www.youtube.com/playlist?list=PLgKuh-lKre1398d4m9iBaXf8fy5Cn5hl0) - [Foundations of probabilistic proofs - Chiesa](https://www.youtube.com/playlist?list=PLGkwtcB-DfpzST-medFVvrKhinZisfluC) diff --git a/src/zksnarks.md b/src/zksnarks.md index ef8b1f7..f786671 100644 --- a/src/zksnarks.md +++ b/src/zksnarks.md @@ -1,6 +1,6 @@ # ZKSNARKS -A collection of resources explainig ZKSnarks. +A collection of resources explaining ZKSnarks. ---