secp256k1version Documentation on ocaml.org
Elliptic curve library secp256k1 wrapper for Ocaml
This library wrap the secp256k1 EC(DSA) library into an OCaml library. At the moment only a subset of functionalities are available:
- Context: create, clone, destroy, randomize
- Elliptic curve: public key creation
- ECDSA: verify, sign
All exchanged data (pubkey, signature, seckey) are represented as hex strings.
| Authors | Davide Gessa <gessadavide@gmail.com>, Vincent Bernardoff <vb@luminar.eu.org> and Yoichi Hirai <i@yoichihirai.com> | 
|---|---|
| License | MIT | 
| Published | |
| Homepage | https://github.com/dakk/secp256k1-ml | 
| Issue Tracker | https://github.com/dakk/secp256k1-ml/issues | 
| Maintainer | Davide Gessa <gessadavide@gmail.com> | 
| Dependencies | 
 | 
| Source [http] | https://github.com/dakk/secp256k1-ml/archive/0.3.0.zip sha256=113f4a695a95505128cfb9341e00d3c871ab2586efe818580e9a2b249a5bdcd8 md5=4a4a3f162fe0e9ab409ab6176133d0f3 | 
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/secp256k1/secp256k1.0.3.0/opam | 
Required by
- ledgerwallet-tezoswith-test & >=0.2.1
 
          


