BlueECC icon indicating copy to clipboard operation
BlueECC copied to clipboard

Elliptic-curve cryptography for Swift

Results 13 BlueECC issues
Sort by recently updated
recently updated
newest added

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...

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...