package argon2

  1. Overview
  2. Docs
OCaml bindings to Argon2

Install

Dune Dependency

Authors

Maintainers

Sources

argon2-1.0.2.tbz
sha256=343b0e57890f4f64a749f3470c100af952998070c82b15be74d27f0b96d0f205
sha512=c25a2c5dda3eecd13de82026c4e301f2896a0dc3a2cc9b6ed48925e1fef4fdfc1751091c85638d811a5c642b0a72e1a52df063e5b9cf935041575ecfc7fc76ae

Description

Based on argon2 library as described in https://github.com/P-H-C/phc-winner-argon2.

libargon2 must be installed on your system for this library to work.

Published: 02 Apr 2024

README

ocaml-argon2

Bindings to Argon2.

Online documentation can be found here.

Installation

opam install argon2

Examples

See the examples/ directory.

Dependencies (6)

  1. result
  2. ctypes-foreign
  3. ctypes >= "0.4.1"
  4. dune-configurator >= "2.0"
  5. dune >= "2.0"
  6. ocaml >= "4.02.3"

Dev Dependencies (1)

  1. odoc with-doc

Conflicts

None