Bitcoin Forum
May 01, 2024, 05:59:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: ECDSA 1/k  (Read 152 times)
SlaitX (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
March 21, 2024, 04:47:48 AM
 #1

The task:

We have 2 signatures
d - private key
k - nonce
r - public key
s - Signature
z - Hash

d1=(k1*s1-z1)/r1
k1=(d1*r1+z1)/s1
r1=(k1*s1-z1)/d1
s1=(d1*r1+z1)/k1
z1=k1*s1-d1*r1

Any ideas if we have a signature another signature

d2=1/k-1
k2=1/k1
r2=(k2*s2-z2)/d2
s2=(d2*r2+z2)/k2
z2=k2*s2-d2*r2

We have 1/k and k, how can we calculate the value of k?
1714543147
Hero Member
*
Offline Offline

Posts: 1714543147

View Profile Personal Message (Offline)

Ignore
1714543147
Reply with quote  #2

1714543147
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
SlaitX (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 15, 2024, 07:44:37 AM
 #2

Added new information
d1=(k1*s1-z1)/r1
k1=(d1*r1+z1)/s1
r1=(k1*s1-z1)/d1
s1=(d1*r1+z1)/k1
z1=k1*s1-d1*r1

Any ideas if we have a signature another signature

d2=k1^(n-2)-1
k2=k1^(n-2)
r2=(k2*s2-z2)/d2
s2=(d2*r2+z2)/k2
z2=k2*s2-d2*r2
cassondracoffee
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 15, 2024, 11:16:07 AM
 #3


Added new information
d1=(k1*s1-z1)/r1
k1=(d1*r1+z1)/s1
r1=(k1*s1-z1)/d1
s1=(d1*r1+z1)/k1
z1=k1*s1-d1*r1

Any ideas if we have a signature another signature

d2=k1^(n-2)-1
k2=k1^(n-2)
r2=(k2*s2-z2)/d2
s2=(d2*r2+z2)/k2
z2=k2*s2-d2*r2



Added new information
d1=(k1*s1-z1)/r1
k1=(d1*r1+z1)/s1
r1=(k1*s1-z1)/d1
s1=(d1*r1+z1)/k1
z1=k1*s1-d1*r1

Any ideas if we have a signature another signature

d2=k1^(n-2)-1
k2=k1^(n-2)
r2=(k2*s2-z2)/d2
s2=(d2*r2+z2)/k2
z2=k2*s2-d2*r2


Where is the rsz value?? Give your RSZ value

r=0x
s=0x
z=0x
stilichovandal
Newbie
*
Offline Offline

Activity: 28
Merit: 5


View Profile
April 18, 2024, 02:12:02 PM
 #4

Added new information
d1=(k1*s1-z1)/r1
k1=(d1*r1+z1)/s1
r1=(k1*s1-z1)/d1
s1=(d1*r1+z1)/k1
z1=k1*s1-d1*r1

Any ideas if we have a signature another signature

d2=k1^(n-2)-1
k2=k1^(n-2)
r2=(k2*s2-z2)/d2
s2=(d2*r2+z2)/k2
z2=k2*s2-d2*r2


I don't understand the question here.

Are you saying  k1 ie x coordinate and k2 x coordinate are inverse to each other ? or the actual nonce is inverse?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!