Finite Fields And Modular Arithmetic
6 min read
Core idea: A prime field replaces continuous, approximate real arithmetic with a finite and exact number system.
Prime-field arithmetic
- Reduce every addition, subtraction, and multiplication modulo .
- means and have the same remainder modulo .
- Division uses a modular inverse:
- Example in : because .
- A prime modulus ensures every nonzero element has an inverse; a composite modulus generally does not.
The curve equation is now interpreted as
Next: Enumerate the coordinate pairs in that satisfy this equation.