package secp256k1

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.5.zip
md5=ede774161e7dc90b97e9978736d73fc6

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

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

Published: 06 Jun 2017

Dependencies (5)

  1. conf-secp256k1
  2. ocamlfind build
  3. ocamlbuild build
  4. oasis build & >= "0.4"
  5. ocaml < "5.0"

Dev Dependencies

None

Used by (1)

  1. ledgerwallet-tezos >= "0.2.1"

Conflicts

None