Alexander Cyon
Alexander Cyon
We seem to have been working on the same thing :D Have a look at [EllipticCurveKit](github.com/Sajjon/EllipticCurveKit). My goal is to finish my rewrite using [EquationKit](github.com/Sajjon/EquationKit), I have got it working...
This is awesome! Have you considered building a small KODI app using this?
Hello! The README clearly states how I can run the Java tests with Bazel, but it does not say how to run the Javascript implementation of the tests. So, how...
Hey, I already asked in #38 about the scope of _swift-numerics_, but since I have not got a reply yet I keep on pitching some math stuff. Last summer I...
It would be great to be able to work with (brand new shiny big) binary integers and using these to define bounded number types. Number bounded by range, e.g. a...
Hey! Very excited about this package (as you might have seen from my three PRs #33 #34 #36 )! Earlier this summer/fall I started playing around with Abstract Algebra in...
Hey! Awesome project! Your code is so inspiring! I just have one short question, in your ViewModels `transform:input` method you do use capture list to weakify self, e.g. in `EditPostViewModel`...
### New API Proposal: SwiftWasm support #### Motivation: Hey! I try to compile `swift-crypto` with [SwiftWasm](https://book.swiftwasm.org/index.html), using command: ```bash swift build --triple wasm32-unknown-wasi ``` Which produces the following compilation error:...
# Current behavior Fails to install using cocoapods 1.5.3 and Xcode 10.1, see detailed environment description below. ⬅️ CLICK HERE to expand for error log from console ```bash Installing BitcoinKit...
# Current behavior BitcoinKit built using Carthage: `verifySignature` fails ~ 10% of the times. This seems troublesome. # Expected behavior I expect a signature to always validate. # Steps to...