secp256k1.swift icon indicating copy to clipboard operation
secp256k1.swift copied to clipboard

secp256k1 bindings for swift. Cocoapods, Carthage and SPM support. Linux support.

Results 6 secp256k1.swift issues
Sort by recently updated
recently updated
newest added

`secp256k1` is not working when C++/ObjectiveC++ interoperability is enabled with Swift 5.9. I get: `Cannot find 'SECP256K1_CONTEXT_SIGN' in scope`

While trying to merge #5 I saw a build failure. This PR demonstrates that the build failure exists at head and that this repo is broken, rather than #5 causing...

When trying to consume this into a MacOS based project using Carthage, I get the error: ``` $ carthage bootstrap --platform macOS --cache-builds --verbose *** Skipped building secp256k1.swift due to...

It seems this package cannot be added once you update beyond swift 5. Repro: 1. Create a library that uses this package. Example: https://pastebin.com/2WEZxsHm . This example uses Vapor but...

Is there a function here to encrypt and decrypt data using the generated (secp256k1) keypair?