This repo holds a basic Swift wrapper around the Argon2 C reference implementation.
The code has proof-of-concept quality, and comes with no warranty of any kind.
- Add the following dependency to your Package.swift:
.Package(url: "https://github.com/vzsg/argon2.git", majorVersion: 0, minor: 2)
- Call
swift package update
andswift package generate-xcodeproj
.
Check the Tests folder.