Closed Reiszecke closed 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.
.package(url: "https://github.com/christophhagen/CCurve25519.git", from: "1.0.0")
Is this a leftover from an earlier version or testing?
Sorry, realized the native C code got factored out to its own repo - I missed the extra C
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?