Implementing secp256k1 (ECDSA) in PHP (for Bitcoin) [closed]
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. To keen downvoters and/or closers: If you think this is offtopic for SO, kindly point me out other StackExchange site where this question would be more appropriate. How to implement ECDSA curve secp256k1 in PHP? Or rather: Are there any solutions - ie. includable specialized classes - already done? I can see there are plenty of opensource libraries, classes and stuff available for other languages (JavaScript, Python,...)