You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate Public Key from the X, Y Component and Curve that I received from Server. Below code I am using but not able to generate Public Key.
Later I found this Library and was exploring my solution but didn't found any thing related.
Does CoreBitcoin contains my solution? How and from where should I attack my problem?
If this question is irrelevant for CoreBitcoin, please feel free to close. But I found it to be somewhat related and hence posting it to find my solution.
Help is much appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
@shahdhiren
Did you find any solutions for your question? I also need to generate ECDH share secret. It seems like CoreBitcoin doesn't support this, but I have no idea how to use openssl to do this. Could you give me some suggestions? I also use Obj-C on ios.
Not exactly sure how you are looking to use ECDH, but there is ECDH functionality for a BTCKey. For example I used... BTCKey *DH_NotificationTXKey = [bobNotificationKey diffieHellmanWithPrivateKey:aliceUnassociatedKey];
Not exactly sure how you are looking to use ECDH, but there is ECDH functionality for a BTCKey. For example I used... BTCKey *DH_NotificationTXKey = [bobNotificationKey diffieHellmanWithPrivateKey:aliceUnassociatedKey];
why the function "diffieHellmanWithPrivateKey" require bobNotificationKey and aliceUnassociatedKey is Privatekey? I was Confused.
I am trying to generate Public Key from the X, Y Component and Curve that I received from Server. Below code I am using but not able to generate Public Key.
Later I found this Library and was exploring my solution but didn't found any thing related.
Does CoreBitcoin contains my solution? How and from where should I attack my problem?
If this question is irrelevant for CoreBitcoin, please feel free to close. But I found it to be somewhat related and hence posting it to find my solution.
Help is much appreciated. Thanks.
The text was updated successfully, but these errors were encountered: