opam-version: "2.0" maintainer: "Davide Gessa " authors: [ "Davide Gessa " "Vincent Bernardoff " "Yoichi Hirai " ] homepage: "https://github.com/dakk/secp256k1-ml" bug-reports: "https://github.com/dakk/secp256k1-ml/issues" license: "MIT" dev-repo: "git+https://github.com/dakk/secp256k1-ml" build: ["jbuilder" "build" "-p" name "-j" jobs] depends: [ "ocaml" {< "5.0"} "jbuilder" {>= "1.0+beta9"} "base" {build & >= "v0.9.2"} "stdio" {build & >= "v0.9.0"} "configurator" {build & >= "v0.9.1"} "hex" {with-test & >= "1.1.1"} "ounit" {with-test & >= "2.2.2"} "conf-secp256k1" "base-bigarray" ] synopsis: "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.""" url { src: "https://github.com/dakk/secp256k1-ml/archive/0.3.2.zip" checksum: [ "sha256=804245dfcf5f0c66053878f2f5b128aeae5eb273f9f8011b14b45e07b3ce1a4c" "md5=727d33d4627bad7f13ef2652c152598a" ] }