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/0.4.1.zip md5=64e2484cfb53a2802070eb454358f97a sha512=fed5b52773954e4b65d7dd7e05ca0a990efcad22c602e1c79550eb206413c00f4649760c9e5b0e59ef678c8a2f404feccd28216a77acc4fa88fc1e6e99460494 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/secp256k1/secp256k1.0.4.1/opam |
Required by
- bip32>=0.2
- ledgerwallet-tezoswith-test & >=0.2.1


