Alexander Cyon

Results 144 comments of Alexander Cyon

I think the signature and verify works if I take the sha256 hash of the data of the message first. So changing: `let message = "Hello BitcoinKit".data(using: .utf8)!` to: `Crypto.sha256("Hello...

I've never created an SPM package before, so I do not know.... but just adding some comments... (that might be confusing or may be helpful) So the error says that...

~Also, hmm... do we need to, or should we do a PR into [Boilertalk/secp256k1.swift](https://github.com/Boilertalk/secp256k1.swift) github repo, adding SPM support? As I said I'm not entirely up to speed on how...

@usatie what is the status of SPM? :) does it work on macOS for iOS dev? :)

I tried SPM a couple of days and got the same error as [you wrote about above](https://github.com/yenom/BitcoinKit/issues/224#issuecomment-531320088) @usatie ``` dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib ``` I wonder if packaging BitcoinKit...

It doesn't sound like you are familiar with the basics of Hierarchical Deterministic Wallets. You might want to read up on more about that :)

Works fine using Carthage though.

This project seems abandoned.

Hopefully people will move over to Swift Package Manager instead of Cocoapods though, now that SPM is finally available for iOS🎉

@thiagomacieira @sjlongland Hey! Any update on this? I have exactly this scenario, streaming CBOR payload of potentially large size (thousands of bytes) to a hardware crypto wallet "Ledger Nano S",...