- #1
ged25
- 6
- 0
I have the following equation
F = (F[i-1] * a) % b,
F[0] = 1;
Values of a and b are given. My question is whether it is possible to mathematically determine the value of i if you are given F.
F = (F[i-1] * a) % b,
F[0] = 1;
Values of a and b are given. My question is whether it is possible to mathematically determine the value of i if you are given F.