[back] [prev] [next] [index] [root]
d := FFEltLog(a);
finite field element | a |
|
integer | d |
See also: FFPrimitiveElt
kash> F125 := FF(5, 3); Finite field of size 5^3 kash> a := FFElt(F125, 3); 3 kash> d := FFEltLog(a); 93 kash> w := FFPrimitiveElt(F125); w kash> w^d; 3 kash> FFEltLog(w^47); > 47
<- back[back] [prev] [next] [index] [root]