Skip to content

Commit 0a4e548

Browse files
committed
fix format again
1 parent eb0d52d commit 0a4e548

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/diffie-hellman.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Trusted courier
1414
- Pre-shared keys
1515

16-
**These don't scale!**
16+
**But these don't scale!**
1717

1818
---
1919

@@ -116,7 +116,7 @@ $$K = A^b = 8^{15} \bmod 23 = 2$$
116116

117117
**Find:** $a$
118118

119-
This is the **discrete logarithm problem** - computationally hard for large $p$.
119+
This is the **discrete logarithm problem**: computationally hard for large $p$.
120120

121121
**Eve sees:** $p, g, A, B$
122122
**Eve needs:** $a$ or $b$ to compute $K$

docs/modular-arithmetic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Modular Arithmetic & GCD
22

33
## Greatest Common Divisor (GCD)
4+
##### (This is extremely important and will quite never leave you in this course lol)
45

56
### Definition
67

0 commit comments

Comments
 (0)