File debian.control of Package libsecp256k1
Standards-Version: 3.9.4
Source: libsecp256k1
Section: net
Priority: optional
Maintainer: Peter Conrad <conrad@quisquis.de>
Homepage: https://github.com/bitcoin/secp256k1
Build-Depends: debhelper (>= 9), automake, autoconf, libtool, libssl-dev, libgmp-dev, pkg-config
Package: libsecp256k1-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Optimized C library for EC operations on curve secp256k1
.
This library is a work in progress and is being used to research best
practices. Use at your own risk.
.
Features:
.
* secp256k1 ECDSA signing/verification and key generation.
* Adding/multiplying private/public keys.
* Serialization/parsing of private keys, public keys, signatures.
* Constant time, constant memory access signing and pubkey generation.
* Derandomized DSA (via RFC6979 or with a caller provided function.)
* Very efficient implementation.
Package: libsecp256k1-dev
Architecture: any
Multi-Arch: same
Depends: libsecp256k1-0 (=0-2), libgmp-dev, ${misc:Depends}
Description: Development files + manpages for libsecp256k1
Package: libsecp256k1-dbg
Architecture: any
Depends: libsecp256k1-0 (=0-3), ${misc:Depends}
Description: Debugging symbols for libsecp256k1