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
Current c-bindings implementation is missing some useful functions for ExtSecretKey like:
get derivation path from ExtSecretKey
get secret key from ExtSecretKey
get public key from ExtSecretKey
derive a new ExtSerectKey based on derivation path
Currently the function ext_secret_key_new in bindings/ergo-lib-c-core/src/ext_secret_key.rs accepts a string as derivation path but should be DerivationPath which needs to be implemented first since it is missing (see below).
Following types are completely missing in c-bindings:
ExtPubKey
DerivationPath
The text was updated successfully, but these errors were encountered:
Current c-bindings implementation is missing some useful functions for
ExtSecretKey
like:ExtSecretKey
ExtSecretKey
ExtSecretKey
ExtSerectKey
based on derivation pathCurrently the function
ext_secret_key_new
inbindings/ergo-lib-c-core/src/ext_secret_key.rs
accepts a string as derivation path but should beDerivationPath
which needs to be implemented first since it is missing (see below).Following types are completely missing in c-bindings:
ExtPubKey
DerivationPath
The text was updated successfully, but these errors were encountered: