An implementation of the BLAKE3 cryptographic hash function.
blake3
If the compilation fails complaining undefined symbols starting with _caml, you should add the following to your $HOME/.cargo/config:
_caml
$HOME/.cargo/config
[target.x86_64-apple-darwin] rustflags = [ "-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup", ]