Elliptic curve library secp256k1 wrapper for Ocaml
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.

Install

Published

18 Feb 2018

Authors

Maintainers

Sources

0.4.0-r1.zip
md5=a0708fffbe30eaa6c5f4e7b981c8241c

Dependencies

ounit with-test & >= "2.0.7"
hex with-test & >= "1.1.1"
configurator build & >= "v0.9.1"
stdio build & >= "v0.9.0"
base build & >= "v0.9.2"
jbuilder >= "1.0+beta9"
ocaml < "5.0"

Reverse Dependencies

bip32 >= "0.2"

Conflicts

None