Sjors / libwally-swift

Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets
MIT License
40 stars 18 forks source link

Add Liquid functions #91

Open FlorianHubl opened 6 months ago

FlorianHubl commented 6 months ago

How can I add Liquid functions like asset_blinding_key_from_seed? I already tried to remove the "--disable-elements" from the build-libwally.sh. I have added the wally_elements.h in the module.modulemap but I can't access the functions. How can I access the elements functions?

Sjors commented 6 months ago

Unfortunately I haven't maintained this library in several years and also haven't done any iOs/macOS development for a while.

You may also need to use a different fork libwally and/or use the secp256k1-zk fork of secp256k1 (IIRC the build scripts changes this).