-
-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not require a multiplicative generator for finite field nth_root
Finding a multiplicative generator usually requires factoring the order of the multiplicative group, which can be very expensive. Instead, we only need primitive roots for powers of primes dividing n, where n is a strict divisor of the order of the multiplicative group (usually small).
- Loading branch information
1 parent
c00e6c2
commit 0d6e613
Showing
1 changed file
with
41 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters