golang-github-btcsuite-btcd-btcec 0.0~git20161101.0.g8343278-1.1 source package in Ubuntu

Changelog

golang-github-btcsuite-btcd-btcec (0.0~git20161101.0.g8343278-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 13:19:54 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-btcsuite-btcd-btcec_0.0~git20161101.0.g8343278-1.1.dsc 2.5 KiB 7232c02a251d946a41e8e9d6099769b339eb222fe0833349998b8a9f4ebf21ac
golang-github-btcsuite-btcd-btcec_0.0~git20161101.0.g8343278.orig.tar.gz 940.9 KiB 7a43d92423f50cf7027a31e2ed7e3ad34d9d538cd63fb51937788d9a621c80c6
golang-github-btcsuite-btcd-btcec_0.0~git20161101.0.g8343278-1.1.debian.tar.xz 1.8 KiB 1787aaaaa1c426534e1b79c5ff8994edd61484e740ad5a810477422aa46ef207

No changes file available.

Binary packages built by this source

golang-github-btcsuite-btcd-btcec-dev: 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.