Author

Topic: Formula to calculate Private keys (Read 133 times)

jr. member
Activity: 96
Merit: 6
Life aint interesting without any cuts and bruises
January 31, 2023, 03:49:51 AM
#4
What is the formula to calculate private keys if you already have all the R,S,Z(H) K Value? 
Where d= private_key.


d = (k * s - z) * r-1 mod n

Source: https://learnmeabitcoin.com/technical/ecdsa (Why do you need to generate a random point each time? (Mathematical Explanation)
hi witcher i tried writing this in sagemath but the -1 always comes out bigger..hw do i make it smaller like you did?
jr. member
Activity: 96
Merit: 6
Life aint interesting without any cuts and bruises
December 31, 2022, 06:26:26 AM
#3
What is the formula to calculate private keys if you already have all the R,S,Z(H) K Value? 
Where d= private_key.


d = (k * s - z) * r-1 mod n

Source: https://learnmeabitcoin.com/technical/ecdsa (Why do you need to generate a random point each time? (Mathematical Explanation)
thank u so much. Cheers brother.
legendary
Activity: 2310
Merit: 4313
🔐BitcoinMessage.Tools🔑
December 31, 2022, 05:14:16 AM
#2
What is the formula to calculate private keys if you already have all the R,S,Z(H) K Value? 
Where d= private_key.


d = (k * s - z) * r-1 mod n

Source: https://learnmeabitcoin.com/technical/ecdsa (Why do you need to generate a random point each time? (Mathematical Explanation)
jr. member
Activity: 96
Merit: 6
Life aint interesting without any cuts and bruises
December 31, 2022, 02:03:08 AM
#1
What is the formula to calculate private keys if you already have all the R,S,Z(H) K Value? 
Where d= private_key.
Jump to: