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.

AuthorsDavide Gessa <gessadavide@gmail.com>, Vincent Bernardoff <vb@luminar.eu.org> and Yoichi Hirai <i@yoichihirai.com>
LicenseMIT
Published
Homepagehttps://github.com/dakk/secp256k1-ml
Issue Trackerhttps://github.com/dakk/secp256k1-ml/issues
MaintainerDavide Gessa <gessadavide@gmail.com>
Dependencies
Source [http] https://github.com/dakk/secp256k1-ml/archive/0.3.2.zip
md5=727d33d4627bad7f13ef2652c152598a
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/secp256k1/secp256k1.0.3.2/opam
Required by