Post
Topic
Board Development & Technical Discussion
Re: math calculation problem - pay $50 for help
by
mamuu
on 06/11/2021, 02:44:04 UTC
Just had problem to solve equation:

s1*k1 - r1*x1 = z1
s1*k1 - r1*x1 = z2

so r=r   , s=s  but diff z1 =! z2

how to take x or k?

paying $50 on bitcoin address

just PM me pleae with solve

Hi,

if z2 !=z1, the value of s1 cannot always be the same.

Therefore

(s1*k1 - r1*x = z1 ) mod n
(s2*k1 - r1*x = z2 ) mod n

true and possible.