![]() |
|
#14
|
|||
|
|||
|
Example ->
b=104683 as a prime, c=84697 -> root = powmod (c, (2*b + 1)/9, b) = powmod (84697, 23263, 104683) = 11484 84697 = 11484^3 MOD 104683 It is OK. But, root can be 4444 also. It is not problem for me, root can be more than one :-) I can say that the formula is working properly for prime number. I used the library GMP and the program REXX. They gave me same result for big numbers. Unfortunately, I could not find the solution. I guess, real "b" which has 128 bytes length is not prime but composite. Now, I'll try to factorize the "b" or searching for other approach. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Been a while!! what needs reversing lol | MEPHiST0 | General Discussion | 3 | 01-18-2014 00:46 |