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'm trying to build an Elliptic-Curve Diffie–Hellman (ECDH) shared key given a private key and a public key using this babyjubjub package. As far as I understand I need to use the mul() function where the starting point is the public key and add the private key big.Int to build such shared key.
Would appreciate any recommendations and if it makes sense to have an API in this package to build a shared key. Thanks!
The text was updated successfully, but these errors were encountered:
Hey all!
I'm trying to build an Elliptic-Curve Diffie–Hellman (ECDH) shared key given a private key and a public key using this babyjubjub package. As far as I understand I need to use the
mul()
function where the starting point is the public key and add the private keybig.Int
to build such shared key.Would appreciate any recommendations and if it makes sense to have an API in this package to build a shared key. Thanks!
The text was updated successfully, but these errors were encountered: