Latest | 0.1.2 |
---|---|
Homepage | https://github.com/skywinder/ios-secp256k1 |
License | MIT |
Platforms | ios 6.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ios-secp256k1 is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'ios-secp256k1'
Author
@skywinder, [email protected]
License
ios-secp256k1 is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ios-secp256k1", "version": "0.1.2", "summary": "An library of secp256k1 that can be used in iOS project.", "description": "Based an optimized C library for EC operations on curve secp256k1, [bitcoin-core/secp256k1](https://github.com/bitcoin-core/secp256k1)nOptimized C library for EC operations on curve secp256k1.nThis library is a work in progress and is being used to research best practices.", "homepage": "https://github.com/skywinder/ios-secp256k1", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "skywinder": "[email protected]" }, "source": { "git": "https://github.com/skywinder/ios-secp256k1.git", "tag": "0.1.2" }, "platforms": { "ios": "6.0" }, "source_files": "ios-secp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h", "ios": { "vendored_frameworks": "ios-secp256k1/framework/secp256k1.framework" }, "public_header_files": [ "ios-secp256k1/framework/secp256k1.framework/Versions/A/Headers/*.h", "ios-secp256k1/framework/secp256k1-umbrella.h" ], "module_map": "ios-secp256k1/framework/secp256k1.modulemap" }
Tue, 12 Dec 2017 14:40:08 +0000