Replies: 1 comment
-
You can use the pure python ecdsa library instead: https://pypi.org/project/ecdsa/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would you be open to find dependencies that don't need compilation?
My out-of-the-box Tails OS choked on compiling fastecdsa because the build requirements aren't installed. Since Tails is started from scratch and software needs to be installed every time, it's too cumbersome to install everything every time.
So I want to ask if you could maybe find a pure Python replacement for fastecdsa and have fastecdsa install optionally through a bitcoinlib[fast] switch?
Beta Was this translation helpful? Give feedback.
All reactions