logb(x)modq
represents the smallest positive integer y
such that by≡x(modq)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DiscreteLog | logb(x)modq | Discrete logarithm |
Pow | ab | Power |
Source code for this entry:
Entry(ID("a9847a"), SymbolDefinition(DiscreteLog, DiscreteLog(x, b, q), "Discrete logarithm"), Description(DiscreteLog(x, b, q), "represents the smallest positive integer", y, "such that", CongruentMod(Pow(b, y), x, q)))