package bls12-381-hash
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Implementation of some cryptographic hash primitives using the scalar field of BLS12-381
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-bls12-381-hash-0.0.5.tar.gz
md5=9b70629e551cc0e3f86d72b3532dafb3
sha512=cdcf8004edeecbf18706b735c2a837348ce9a19df5ab9d3e37a7b0e216199d43c41f8ba81fc55b0fb08b1192538d699a79927219397639b27c378b457e92b33b
doc/README.html
Fast implementation of hash functions over the scalar field of BLS12-381
Use with caution before release 1.0.0
Documentation available here.
This library provides a fast implementation of:
Install
Use a local switch for development
opam switch create ./ 4.14.0
dune buildInstall in an existing local switch
# for the latest published version in ocaml/opam-repository
opam install bls12-381-hash
# for the dev version
opam pin add bls12-381-hash.dev git+https://gitlab.com/dannywillems/ocaml-bls12-381-hash\#mainRun tests
dune runtestTo get the coverage:
dune runtest --instrument-with bisect_ppx --force
bisect-ppx-report htmlRun the benchmarks
Install 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.exeDocumentation
opam install odoc
dune build @doc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page