SwiftEdDSA

3.4.0

Swift Edwards Digital Signature Algorithms
leif-ibsen/SwiftEdDSA

What's New

Release 3.4.0

2024-02-26T09:50:25Z

Removed an erroneous dependency in the Package.swift file

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.

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Thu Oct 17 2024 19:59:20 GMT-0900 (Hawaii-Aleutian Daylight Time)