package blake3

  1. Overview
  2. Docs
Blake3 cryptography

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=b5d66b7fd9e2488d5fa2b776cf19d0c3
sha512=0cf0ec5bb7a90755e6ccc96ad7ff9602ff7a27e40ecd0281d6e91af6981aab6106c9dfd2f8cf3c2e461555c5e58c3aeaf686cf4c7abf2efb657f84903e59c1cb

Description

Published: 25 Nov 2020

README

Blake3

An implementation of the BLAKE3 cryptographic hash function.

Mac OS

If the compilation fails complaining undefined symbols starting with _caml, you should add the following to your $HOME/.cargo/config:

[target.x86_64-apple-darwin]
rustflags = [
  "-C", "link-arg=-undefined",
  "-C", "link-arg=dynamic_lookup",
]

Dependencies (3)

  1. conf-rust build
  2. dune >= "2.7"
  3. ocaml >= "4.09.1"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.