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> and Vincent Bernardoff <vb@luminar.eu.org> |
|---|---|
| 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.2.5.zip sha256=c13e507743a92dfaa6137cfbd82f0f2b56b417c89b1a1afcda84e64ef558759a md5=677f73a2012e4eca4a2e7ee757137f90 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/secp256k1/secp256k1.0.2.5/opam |
Required by
- ledgerwallet-tezoswith-test & >=0.2.1


