February 2020
Beginner
621 pages
19h 34m
English
Let’s solve the discrete log problem by the Baby Step-Giant Step method of Subsection 10.2.2. We take since and we form two lists. The first is for
>for j from 0 while j <= 11 do; (j, 2&ĵ mod 131); end do;0, 11, 22, 43, 84, 165, 326, 647, 1288, 1259, 11910, 10711, 83
The second is for
> for j from 0 while j <= 11 do; (j, 71*2&\^\: (-12*j) mod 131); end do;0, 711, 172, 1243, 264, 1285, 866, 1117, 938, 859, 9610, 13011, 116
The number 128 is on both lists, so we see that Therefore,
Read now
Unlock full access