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
- Host: GitHub
- URL: https://github.com/khady/ocaml-argon2
- Owner: Khady
- License: mit
- Created: 2016-01-12T22:26:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T02:44:47.000Z (10 months ago)
- Last Synced: 2025-03-23T18:52:17.259Z (3 months ago)
- Language: OCaml
- Homepage:
- Size: 420 KB
- Stars: 28
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
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.