package hacl-star

  1. Overview
  2. Docs
OCaml API for EverCrypt/HACL*

Install

dune-project
 Dependency

Authors

Maintainers

Sources

hacl-star.0.7.2.tar.gz
md5=8c2afd2d2fb163ec6c885243f757c70c
sha512=3195917cbafe1849281b776c1f9e52c229d9041922ac3dbcc6557241b9c9156bb405dcd9fbe41edbfe224bc7e5dd269f3fe2a7bef6d566daa5fd2662963296c0

doc/hacl-star/Hacl_star/Hacl/SHA3_384/index.html

Module Hacl.SHA3_384Source

Direct hashing with SHA3-384

The digest buffer must match the digest size of SHA3-384, which is 48 bytes.

Sourceval hash : bytes -> bytes

hash msg returns the hash of msg.

Sourcemodule Noalloc : sig ... end

Version of this function which writes its output in a buffer passed in as an argument