| bio | website | |
|---|---|---|
| location | Canada | |
| age | ||
| visits | member for | 1 year, 5 months |
| seen | Dec 6 '11 at 21:00 | |
| stats | profile views | 1 |
|
Dec 1 |
comment |
What is the property of RSA where N=e? thanks for both of you! |
|
Dec 1 |
comment |
What is the property of RSA where N=e? But here we have more information that N = e. we know that φ(N) = (p-1)(q-1) and N=p*q. So far I have N = p+q-1 mod φ(N) and wonder if we can find a d such that d*N = 1 mod (p-1)(q-1) .. Actually the specific question is that given the value of e and e=N along with the message m, compute the RSA signature of m. But RSA signature of m requires that we know d... |
|
Dec 1 |
comment |
What is the appropriate public key encryption for secure coin flipping? I forget to add that $c_A \neq c_B$. Any improvement if we add the above constraint? Thanks. |