This library provides secp256k1 bindings for Swift with Cocoapods.
All credits for the original source code goes to bitcoin-core.
- iOS 13.0+
tron-wallet-secp256k1 is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'tron-wallet-secp256k1'
To use secp256k1 functions you need to import it first.
import tron-wallet-secp256k1