Source: golang-github-btcsuite-btcd-btcec Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Alessio Treglia Build-Depends: debhelper (>= 9~), dh-golang, golang-any, golang-github-btcsuite-btcd-chaincfg-chainhash-dev, golang-github-btcsuite-fastsha256-dev, golang-github-davecgh-go-spew-dev Standards-Version: 3.9.8 Homepage: https://github.com/btcsuite/btcd Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-btcsuite-btcd-btcec.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-btcsuite-btcd-btcec.git XS-Go-Import-Path: github.com/btcsuite/btcd/btcec Package: golang-github-btcsuite-btcd-btcec-dev Architecture: all Depends: golang-github-btcsuite-btcd-chaincfg-chainhash-dev, golang-github-btcsuite-fastsha256-dev, golang-github-davecgh-go-spew-dev, ${misc:Depends}, ${shlibs:Depends} Description: Go library for Elliptic curve cryptography Package btcec implements elliptic curve cryptography needed for working with Bitcoin (secp256k1 only for now). It is designed so that it may be used with the standard crypto/ecdsa packages provided with go. A comprehensive suite of test is provided to ensure proper functionality. . This package contains convenience utilities and shortcuts used across the Tendermint projects.