proof-ninja / ocaml-blake3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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",
]

About

License:MIT License


Languages

Language:OCaml 81.5%Language:Rust 12.9%Language:Gnuplot 5.7%