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
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
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"
ledgerwallet-tezos
>= "0.2.1"
Conflicts
None