Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

vzsg/argon2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Obsolete Argon2 wrapper for Swift

Resources

Stars

Watchers

Forks

Packages

No packages published