Content
@
0 reply
0 recast
0 reaction
.
@chaskin.eth
Though I find it a bit cringey, I've decided to learn in public—hoping it might benefit others (and me if other people wanna learn with me or help along the way) On Day 1 of my zk journey, I focused on modular arithmetic. Here's a breakdown of what I learned and some invaluable resources:
3 replies
1 recast
5 reactions
.
@chaskin.eth
- If a ≡ b (mod n), a & b have same remainder when divided by n - You can add, subtract, & multiply like normal but consider modulus - Multiplicative inverse: a*b ≡ 1 (mod n) if a & n are coprime. Ex: 15 ≡ 3 (mod 6) - Euclidean Algo to find the lowest common detonator
1 reply
0 recast
2 reactions
PhiMarHal
@phimarhal
It's never cringe to put yourself out there. Hope to hear more about your exploration!
0 reply
0 recast
1 reaction
Saravanan Vijayakumaran
@sarva.eth
You will eventually get to finite fields. I have found the chapter from David Forney's lecture a great introduction to the topic. Only 27 pages btw. https://web.stanford.edu/~marykw/classes/CS250_W19/readings/Forney_Introduction_to_Finite_Fields.pdf
1 reply
0 recast
3 reactions