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
The ohttp crate does not yet support secp256k1 keys. Since payjoin is designed for bitcoin settings, using secp256k1 and especially the common libsecp256k1 crate would allow us to reduce dependency burden downstream.
Using an HPKE crate that depends on libsecp256k1 would be of use for both this issue and #125
The
ohttp
crate does not yet support secp256k1 keys. Since payjoin is designed for bitcoin settings, using secp256k1 and especially the commonlibsecp256k1
crate would allow us to reduce dependency burden downstream.Using an HPKE crate that depends on
libsecp256k1
would be of use for both this issue and #125tagging @dongcarl @moneyball
The text was updated successfully, but these errors were encountered: