Author

Topic: Bitcoin Key addition (Read 1026 times)

legendary
Activity: 2646
Merit: 1137
All paid signature campaigns should be banned.
October 20, 2013, 07:05:37 PM
#4
2nd question:

Is there a efficient way to add 2 compressed keys, or would uncompressing, adding and recompressing them be the way to go?
I think you will have to uncompress the keys, in other words calculate the y values of the points and then select the correct signs (from the compressed key information).  Then you can add the two keys correctly.

Once you have added the two keys together then you can use the point as is or, if you wish, compress it again.
member
Activity: 88
Merit: 10
October 20, 2013, 01:56:19 PM
#3
2nd question:

Is there a efficient way to add 2 compressed keys, or would uncompressing, adding and recompressing them be the way to go?
legendary
Activity: 2646
Merit: 1137
All paid signature campaigns should be banned.
October 16, 2013, 01:24:07 AM
#2
Yes
member
Activity: 88
Merit: 10
October 15, 2013, 02:36:30 PM
#1
Just to check if I have understood this correctly:

If I have a private key P, and the corresponding public key Q
than the public key to P+1 is Q+G where G is the base point of secp256k1?
Jump to: