package blake3

  1. Overview
  2. Docs
Blake3 cryptography

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.tar.gz
md5=a5af43972e4b48bc1c4d2b8e88b16463
sha512=520ffcb1d24324a25692d88159169f74e2fa09807c66a67b33c95c45fa623d24ca4d86ab8bb3fe2d1f0775ca5f58848200d2e79de0c6bdba89175209a1368cab

Description

Published: 16 Jul 2021

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

  1. hacl-star with-test

Used by (1)

  1. plebeia >= "2.0.0" & < "2.1.0"

Conflicts

None