package monocypher

  1. Overview
  2. No Docs
OCaml bindings to the Monocypher cryptographic library

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-monocypher-v0.1.0.tar.gz
md5=7d1350d7df38e2420f1fbd1567e553d8
sha512=1bc19517a4fe6d7b46f03589e10d1911ca1740a73490325bc3c4048fbb86ad2f2ef9d90047611422aee2b34cdd9eba1d26c29bee56c366868490e83fce8aaffb

Description

Monocypher is a cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures.

This library provides OCaml bindings to Monocypher using Ctypes.

Published: 15 Jun 2022

Dependencies (3)

  1. ctypes >= "0.13.0"
  2. ocaml >= "4.08.0"
  3. dune >= "3.2" & < "3.11"

Dev Dependencies (2)

  1. odoc with-doc
  2. alcotest with-test

Used by (1)

  1. eris

Conflicts

None