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

https://github.com/khady/ocaml-argon2

Ocaml bindings to Argon2
https://github.com/khady/ocaml-argon2

Last synced: 2 months ago
JSON representation

Ocaml bindings to Argon2

Awesome Lists containing this project

README

        

# ocaml-argon2

Bindings to [Argon2](https://github.com/P-H-C/phc-winner-argon2).

Online documentation can be found
[here](https://khady.github.io/ocaml-argon2/).

## Installation

```
opam install argon2
```

## Examples

See the `examples/` directory.