An open API service indexing awesome lists of open source software.

https://github.com/shaswata56/argon2crypto

A simple go argon2-driver for hashing.
https://github.com/shaswata56/argon2crypto

argon2 authentication driver go hash

Last synced: 3 months ago
JSON representation

A simple go argon2-driver for hashing.

Awesome Lists containing this project

README

          

# argon2crypto
A simple go argon2-driver for hashing.

get it by:

```sh
$ go get github.com/shaswata56/argon2crypto
```

or, using dep:

```sh
$ dep ensure -add github.com/shaswata56/argon2crypto
```