Swiftpack.co - christophhagen/CCurve25519 as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by christophhagen.
christophhagen/CCurve25519 1.0.4
Curve25519 as a SwiftPM module
⭐️ 3
🕓 4 years ago
.package(url: "https://github.com/christophhagen/CCurve25519.git", from: "1.0.4")

CCurve25519

This repository makes the C-library of Curve25519 functions available in Swift through the Swift Package Manager and Cocoapods.

Installation

The library can be included through either SwiftPM or CocoaPods.

Swift Package manager

Specify the dependency in your Package.swift file:

.package(url: "https://github.com/christophhagen/CCurve25519.git", from: "1.0.0")

Cocoapods

Specify in your Podfile:

pod 'CCurve25519', :git => 'https://github.com/christophhagen/CCurve25519.git'

Usage

In your project, simply:

import CCurve25519

Attribution

The C files are taken without alteration from libsignal-protocol-c.

License

MIT.

GitHub

link
Stars: 3
Last commit: 4 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Remove foundation
4 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics