1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: golang-github-btcsuite-fastsha256
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>
Build-Depends:
debhelper (>= 9),
dh-golang,
golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/btcsuite/fastsha256
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-btcsuite-fastsha256.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-btcsuite-fastsha256.git
XS-Go-Import-Path: github.com/btcsuite/fastsha256
Package: golang-github-btcsuite-fastsha256-dev
Architecture: all
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Go alternative fast SHA256 implementation
This package provides an alternative fast-SHA256
implementation to the one provided by the Go crypto/sha256
package that supports midstate calculations.
.
This package is used by several Tendermint's components.
|