/argon2

Obsolete Argon2 wrapper for Swift

Primary LanguageC

This repo holds a basic Swift wrapper around the Argon2 C reference implementation.

Warning

The code has proof-of-concept quality, and comes with no warranty of any kind.

Installation

  1. Add the following dependency to your Package.swift:
    .Package(url: "https://github.com/vzsg/argon2.git", majorVersion: 0, minor: 2)
  2. Call swift package update and swift package generate-xcodeproj.

Usage

Check the Tests folder.