secp256k1version
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.
Author | Davide Gessa <gessadavide@gmail.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.1.5.zip sha256=d2d94419b3e04fc27168cbf3df9e10575a485cb205a3564aa56345881112feb9 md5=ede774161e7dc90b97e9978736d73fc6 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/secp256k1/secp256k1.0.1.5/opam |
Required by
- ledgerwallet-tezoswith-test & >=0.2.1