This is the final phase of solving DLPs. Our goal is to convert a big integer into a product of small prime numbers over out factor base. We use a sieve.
-
Updated
May 26, 2026 - C++
This is the final phase of solving DLPs. Our goal is to convert a big integer into a product of small prime numbers over out factor base. We use a sieve.
Computation of Discrete Logarithms in Prime Fields (Gaussian Integers Method extended to Eisenstein Integers Method)
Add a description, image, and links to the discrete-logarithm-problem topic page so that developers can more easily learn about it.
To associate your repository with the discrete-logarithm-problem topic, visit your repo's landing page and select "manage topics."