Skip to content

OCaml implementation of Compact Multi-Signatures for Smaller Blockchains with BLS12-381

Notifications You must be signed in to change notification settings

rrtoledo/multi-sig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install opam via package manager:
$ sudo apt install opam emacs tuareg-mode

Install dependencies:
$ opam install merlin # for autocompletion in emacs
$ opam install bls12-381
$ opam install sha
$ eval $(opam env)

Running the tests:
$ dune test

Standard library documentation:
https://caml.inria.fr/pub/docs/manual-ocaml/libref/

About

OCaml implementation of Compact Multi-Signatures for Smaller Blockchains with BLS12-381

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages