This library provides a fast implementation of:
opam install bls12-381-hashdune runtestTo get the coverage:
dune runtest --instrument-with bisect_ppx --force
bisect-ppx-report htmlInstall core_bench:
opam install core_benchSee files listed in the directory benchmark and execute it with dune exec. For instance:
dune exec ./benchmark/bench_anemoi.exeopam install odoc
dune build @doc