GAP Project repository
  

Discrete Logarithm

Need:
1
Time:
3
Component: Number Theory
Contact: GAP group
( support@gap-system.org)
Last Update: 2006/8/14
Math:
4
Program:
3


Description

The discrete logarithm problem asks to find -- for a pair of elements a,b of a finite field (or more general a residue class ring) an integer c such that a^b=c or to show that no such c can exist.

The current implementation in GAP is Pollard-Rho.

References


GAP home page