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

## Description Had to do these modifications in a forked repo to get it to work in a visionOS project. These changes provided as reference only and not meant to...

fixes issue #11. This pull request allows you to pattern match an ECError against a general error. This was added to SwiftJWT by the community in pr [45](https://github.com/IBM-Swift/Swift-JWT/pull/45) and is...

SecKeyGeneratePair was deprecated with iOS 15 Upgraded to support building with Xcode 14 - with no warnings Updated minimum supported versions - * MacOS - 11.5 * iOS - 14.5...

- Supports a specific implementation where prime 192 curve is required - Private key generation test added - My attempts to add a `test_newKeyToPEM` for p192 keys failed may need...

Similar to https://github.com/Kitura/BlueRSA/issues/77 Need to stop using SecKeyGeneratePair, and switch to SecKeyCreateRandomKey. I'll work on getting a PR put together, but, similar to BlueRSA, would like an updated release to...

**_Description_**: When initializing `ECSignature` with wrong data, the conversion in `ASN1.toASN1Element` crashes for at ``` default: // octet string let (length, lengthOfLength) = readLength(data: data.advanced(by: 1)) ``` **_Reproduce_**: ``` let...

Hello there, Any chance to use create a JWTSigner with secp256k1 algorithm? Regards.

Building for iOS Simulator, but linking in dylib built for macOS, file '/usr/local/Cellar/[email protected]/1.1.1k/lib/libcrypto.dylib' for architecture x86_64

The following code crashes on Simulators and my iOS12.4 iPhone 6when built with xCode 11.4, but works ok on xCode 11.3. Does not seem to crash on iOS 13.4. `let...

I create NodeJS repo for use with clients based on BlueECC, https://github.com/legion-zver/blue-ecc-js. Maybe someone's interested or helpful ;-)