secp256k1
Authors | Davide Gessa <gessadavide@gmail.com>, Vincent Bernardoff <vb@luminar.eu.org> and Yoichi Hirai <i@yoichihirai.com> | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | MIT | |||||||||||||||||||||||||||||||||||||
Homepage | https://github.com/dakk/secp256k1-ml | |||||||||||||||||||||||||||||||||||||
Issue Tracker | https://github.com/dakk/secp256k1-ml/issues | |||||||||||||||||||||||||||||||||||||
Maintainer | Davide Gessa <gessadavide@gmail.com> | |||||||||||||||||||||||||||||||||||||
Dependencies |
| |||||||||||||||||||||||||||||||||||||
Published | Nov 2, 2017 | |||||||||||||||||||||||||||||||||||||
Source [http] | https://github.com/dakk/secp256k1-ml/archive/0.3.1.zip a424d472c61db235744c8e5d0d995cb9 | |||||||||||||||||||||||||||||||||||||
Statistics | Not installed in the last month. | |||||||||||||||||||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/secp256k1/secp256k1.0.3.1/opam |
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.
No package is dependent |