package hacl_func

  1. Overview
  2. Docs
Minimal Hacl bindings

Install

Dune Dependency

Authors

Maintainers

Sources

hacl-0.1.0.tar.gz
md5=08463792ab10bf73948e6616e46a81df
sha512=d370d94be68d4514482a8adf5fd808ca9369c3b76f3a92251f2efc79d344b8d3bcc267a7524bf1a612b1fa5edb70c68f42cdd73d61265c29f896e205c97ba4bc

Description

Published: 23 Jan 2023

README

Minimal Hacl Bindings

Minimal binding of Hacl for functori projects.
The documentation of the library can be found here.

Install

opam pin add hacl_func.~dev https://gitlab.com/functori/dev/hacl

Functionalities

  • Hash functions: sha2_256 (and hmac), sha2_512 (and hmac), blake2b

  • Ed25519: generate, expand, neuterize, sign, verify

  • Secretbox: create, open

Dependencies (2)

  1. dune >= "3.6"
  2. ocaml >= "4.08"

Dev Dependencies (4)

  1. odoc with-doc
  2. js_of_ocaml-compiler with-test
  3. hex with-test
  4. alcotest with-test

Used by

None

Conflicts

None