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, recover
 
All exchanged data (pubkey, signature, seckey) are represented as hex strings.
| Authors | Davide Gessa <gessadavide@gmail.com>, Vincent Bernardoff <vb@luminar.eu.org>, Yoichi Hirai <i@yoichihirai.com> and Anton Trunov | 
|---|---|
| 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/refs/tags/0.4.4.zip md5=ca8faedd0ed878652f212874e1b263fb sha512=73f1649cde4aa3afd75d1c14e97271851c6e9b1d3797fcef0ba015cb99f2854f727dcd6166c5d62d909b805da08530135468e80fddae5d21c6a54a3fc2a7ce69  | 
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/secp256k1/secp256k1.0.4.4/opam | 
Required by
- bip32>=0.2
 - ledgerwallet-tezoswith-test & >=0.2.1
 
          

