How find a variable value in MOD expression?
Posted
by chiaotzu
on Stack Overflow
See other posts from Stack Overflow
or by chiaotzu
Published on 2009-11-28T12:50:09Z
Indexed on
2010/05/09
21:08 UTC
Read the original article
Hit count: 188
9 = 2^X mod 11
What is X and how do you find X?
Its related to finding the plain text in RSA algorithm and I'm writing a C program for it.
© Stack Overflow or respective owner