notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

PrimitiveRoots.md (188B)


      1 # Primitive Roots
      2 
      3 **Source:** Computer and Network Security
      4 
      5 **Chapter:** 2.8
      6 
      7 **Definition:** Primitive roots are integers $a$ such that $a, a^2, ..., a^{\phi(n)}$ are distinct mod $n$.