christophhagen / Curve25519

Framework to use Curve25519 functions in Swift
MIT License
12 stars 5 forks source link

SPM: Curve 2 depending on Curve 1? #5

Closed Reiszecke closed 4 years ago

Reiszecke commented 4 years ago

Thank you for your work. It works great.

However, I have on issue:

In its Package.swift file, Release 2.0.0 has .package(url: "https://github.com/christophhagen/CCurve25519.git", from: "1.0.0") in its dependencies.

Is this a leftover from an earlier version or testing?

Reiszecke commented 4 years ago

Sorry, realized the native C code got factored out to its own repo - I missed the extra C