Forum: Math
2008-02-07, 16:20
|
Replies: 3
Views: 1,809
Hi,
unfortunately, after all this time, I...
Hi,
unfortunately, after all this time, I didn't solve my problem yet: implementing in C the Index Calculus method for computing discrete logarithms. On the web I didn't find anything different by...
|
Forum: Math
2007-12-03, 16:29
|
Replies: 3
Views: 1,809
Solving linear systems modulo n
i need to solve a linear system modulo a composite number.
if this number is n = p*q where p and q are prime, i know i have to
solve the system modulo p and modulo q and combine the solutions...
|