package secp256k1

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=4e178cc15d4a913382595190c24697a9
sha512=01196acbec5be1d11f12ab3afe3636071501b95b5c8b10eba95f2dddb97ad1938577dfa556df798ec5dda4c063157290110bae2999fa4bcd9ce8bca1d967f7c2

Description

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.

Published: 20 Dec 2025

Dependencies (7)

  1. conf-secp256k1
  2. base-bigarray
  3. dune-configurator build & >= "1.0"
  4. stdio build & >= "v0.9.0"
  5. base build & >= "v0.12.0"
  6. dune >= "1.0"
  7. ocaml >= "4.12.0"

Dev Dependencies (3)

  1. odoc with-test & >= "1.3.0"
  2. alcotest with-test & >= "0.8.1"
  3. hex with-test & >= "1.1.1"

Used by (2)

  1. bip32 >= "0.2"
  2. ledgerwallet-tezos >= "0.2.1"

Conflicts

None