Swiftpack.co - leif-ibsen/SwiftEdDSA as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by leif-ibsen.
leif-ibsen/SwiftEdDSA 3.4.0
Swift Edwards Digital Signature Algorithms
⭐️ 2
🕓 8 weeks ago
.package(url: "https://github.com/leif-ibsen/SwiftEdDSA.git", from: "3.4.0")

SwiftEdDSA

SwiftEdDSA implements the EdDSA digital signature algorithm as defined in RFC 8032. It is based on the Edwards 25519 and Edwards 448 elliptic curves.

SwiftEdDSA functionality:

  • Create public and private keys
  • Sign messages - deterministically or non-deterministically
  • Verify signatures

SwiftEdDSA requires Swift 5.0. It also requires that the Int and UInt types be 64 bit types.

Its documentation is build with the DocC plugin and published on GitHub Pages at this location:

https://leif-ibsen.github.io/SwiftEdDSA/documentation/swifteddsa

The documentation is also available in the SwiftEdDSA.doccarchive file.

GitHub

link
Stars: 2
Last commit: 8 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Release 3.4.0
8 weeks ago

Removed an erroneous dependency in the Package.swift file

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