package secp256k1

  1. Overview
  2. Docs
Elliptic curve library secp256k1 wrapper for Ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.0-r1.zip
sha256=8e455ae2acac3566bbd8f6c627c626ae6038831a25cd75c3d10224c1d01dac9f
md5=a0708fffbe30eaa6c5f4e7b981c8241c

README.md.html

libsecp256k1 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.

Contributions

You can improve this wrapper by submitting a pull request.

Thanks to all contributors:

  • Vincent Bernardoff

  • Yoichi Hirai

Donation

BTC: 13TRVwiqLMveg9aPAmZgcAix5ogKVgpe4T

OCaml

Innovation. Community. Security.