package blake3

  1. Overview
  2. Docs
Blake3 cryptography

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=1194343cdc7727ac60baf32f149e4cae
sha512=7b1d2334e689da364f2cb3fa47b9931f46e976faa6e6596812c280a9494004548e7c2762ed18f1b7ed9b2d0efc8f6f29d5dc8116a60cd764169120614c9d2f50

Description

Published: 13 Sep 2022

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 (4)

  1. hacl-star >= "0.4.5"
  2. conf-rust build
  3. dune >= "2.7"
  4. ocaml >= "4.09.1" & < "5.0"

Dev Dependencies

None

Used by (1)

  1. plebeia >= "2.0.0"

Conflicts

None