Skip to content

Commit

Permalink
Tran:WTFAcademy#60 change title
Browse files Browse the repository at this point in the history
  • Loading branch information
buttonwild committed May 5, 2024
1 parent b42f78c commit 8caa9d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Languages/en/01_Integer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- integer
---

# Zero-Knowledge Proof Tutorial Lesson 1: Basic Integer Operations
# WTF zk Tutorial Lesson 1: Basic Integer Operations

As a beginner-friendly tutorial on zero-knowledge proofs, we will start by learning the basics of integer arithmetic. Most of you have probably learned this in secondary school, so it should be quite easy. We will also implement integer arithmetic using Python, making it easy for beginners to get started.

Expand Down
2 changes: 0 additions & 2 deletions Languages/en/02_Prime/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# WTF zk Series: Tutorial 02 - Basics of Prime Numbers

# WTF zk Tutorial Lesson 2: Prime Number Basics
Welcome to the second lesson of the WTF zk tutorial series! In this tutorial, we will explore the basics of prime numbers. Prime numbers play a crucial role in cryptography, making it essential to understand them for learning zero-knowledge proofs.

Expand Down
2 changes: 1 addition & 1 deletion Languages/en/03_Euclidean/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- euclidean
---

# Zero-Knowledge Tutorial 03: Greatest Common Divisor and Euclidean Algorithm
# WTF zk Tutorial Lesson 03: Greatest Common Divisor and Euclidean Algorithm

In this tutorial, we will learn about the concept of the greatest common divisor (GCD) and how to calculate it using the Euclidean Algorithm. Understanding these concepts is essential in cryptography.

Expand Down

0 comments on commit 8caa9d6

Please sign in to comment.