17 lines
213 B
Plaintext
17 lines
213 B
Plaintext
|
= Primative root =
|
||
|
|
||
|
A primative root is some value such that
|
||
|
|
||
|
```
|
||
|
alpha^1 mod q = x,,1,,
|
||
|
alpha^2 mod q = x,,2,,
|
||
|
alpha^3 mod q = x,,3,,
|
||
|
...
|
||
|
alpha^q-1 mod 1 = x,,(q-1),,
|
||
|
```
|
||
|
|
||
|
Where x,,n,, is
|
||
|
```
|
||
|
1, 2, 3, 4, etc
|
||
|
```
|