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 tried configuring secp256k1 with ./configure --enable-experimental --enable-module-ecdh and building that. Still within secp256k1-py, secp256k1.HAS_ECDH is False. What am I doing wrong?
I am tripped up on this as well. I have definitely built with --enable-module-ecdh for the .so, however upon calling the function I am getting:
File "/home/jarret/.local/lib/python3.7/site-packages/secp256k1/__init__.py", line 307, in ecdh
raise Exception("secp256k1_ecdh not enabled")
Exception: secp256k1_ecdh not enabled
I tried configuring secp256k1 with
./configure --enable-experimental --enable-module-ecdh
and building that. Still within secp256k1-py, secp256k1.HAS_ECDH is False. What am I doing wrong?~/projects/secp256k1-py$ SECP_BUNDLED_EXPERIMENTAL=1 INCLUDE_DIR=/usr/local/include LIB_DIR=/usr/local/lib pip install . --no-binary :all:
The text was updated successfully, but these errors were encountered: