Alexander Cyon
Alexander Cyon
What is your goal time for a release build (using optmization) of [Scrypt](https://github.com/shamatar/scrypt-cryptoswift/)? I forked your repo and fixed support for iOS yesterday. I also added a public iOS scheme...
@shamatar I just tried it using `N: 262144` (cost parameter) and that did not even complete in 20 minutes on iOS Simulator on my Macbook Pro 2016 (maxed hardware config)...
👍 for this! :D I need to access all UIKit types (`UILabel`, `UIButton`...) and get all their properties that has setters and their types. How would I go about doing...
@ilyapuchka What about scanning the Swift interface for UIKit types, as it sounded that @swizzlr suggested? When CMD clicking on e.g. `UITableView` we see this interface: Swift Interface of ObjC...
@jpsim Hey! Thanks for input, sorry but I did not fully understand, how can the issue #405, which is **closed** help me to retrieve information about properties for all UIKit...
@jpsim Yes I have read the thread, it sound like I should use a command `xcrun swift-ide-test`, which I fail to run. And running said (unavailable) command on some Xcode...
@rogerxaic By how many percent?
Great to hear @usatie we all know how it is, balancing OSS and life, it's hard! Hope you are feeling alright! And don't work yourself to death! :)
Did you see that Apple announced support for Swift Package Manager for iOS during WWDC? It would be really cool to be able to use BitcoinKit and SPM in Xcode...
That is a WIF, so you can use this init: https://github.com/yenom/BitcoinKit/blob/master/Sources/BitcoinKit/Core/Keys/PrivateKey.swift#L82