BlueECC
BlueECC copied to clipboard
Elliptic-curve cryptography for Swift
We saw some issues when using Swift-JWT with the `ES512` signer, which uses the BlueECC crypto underneath. The issue was, that the generated signature is sometimes invalid, producing `r` and...
Carthage
Could you please provide support of Carthage dependency manager?
We use the same pattern as Swift-JWT for errors. This [pr](https://github.com/IBM-Swift/Swift-JWT/pull/45) adds pattern matching for the errors so they are easier to handle and it would be nice to implement...