GitXplorerGitXplorer
v

argon2

public
3 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
99a99a50b9e365a89079ce42f3bc45a53a3198be

Merge branch 'master' of github.com:vzsg/argon2

vvzsg committed 7 years ago
Unverified
328258f1c17f246bb8b7670854c3671ae0555c4b

Create README.md

vvzsg committed 7 years ago
Unverified
c39446261e5dfe37bc5294762c2e0ed8bccffa14

Add Argon2Error enum for verbose error handling

vvzsg committed 7 years ago
Unverified
10302d13ba66009ca44cbdbb24ba5a086122e7cf

Initial import

vvzsg committed 7 years ago

README

The README file for this repository.

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.