package secp256k1

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.5.zip
sha256=c13e507743a92dfaa6137cfbd82f0f2b56b417c89b1a1afcda84e64ef558759a
md5=677f73a2012e4eca4a2e7ee757137f90

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

All exchanged data (pubkey, signature, seckey) are represented as hex strings.

Contributions

You can improve this wrapper by submitting a pull request.

Donation

BTC: 13TRVwiqLMveg9aPAmZgcAix5ogKVgpe4T

OCaml

Innovation. Community. Security.