Open Issues Need Help
View All on GitHubAI Summary: On Windows (64-bit), the application fails to load the `secp256k1` native library, resulting in `UnsatisfiedLinkError` for all native calls. This is due to the absence of the required `secp256k1.dll` and currently missing Windows build instructions. The issue aims to enable Windows users to successfully invoke `secp256k1` native methods.
Complexity:
4/5
good first issue