package secp256k1
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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)
- conf-secp256k1
- base-bigarray
-
dune-configurator
build & >= "1.0" -
stdio
build & >= "v0.9.0" -
base
build & >= "v0.12.0" -
dune
>= "1.0" -
ocaml
>= "4.12.0"
Dev Dependencies (3)
Used by (2)
-
bip32
>= "0.2" -
ledgerwallet-tezos
>= "0.2.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page