File: control

package info (click to toggle)
golang-github-prysmaticlabs-gohashtree 0.0.4~beta-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 348 kB
  • sloc: asm: 4,730; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,383 bytes parent folder | download
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
28
29
30
31
32
33
34
Source: golang-github-prysmaticlabs-gohashtree
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Leonardo Arias Fonseca <agami@riseup.net>,
 Otto Kekäläinen <otto@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-klauspost-cpuid-dev,
 golang-github-minio-sha256-simd-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prysmaticlabs-gohashtree
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prysmaticlabs-gohashtree.git
Homepage: https://github.com/prysmaticlabs/gohashtree
XS-Go-Import-Path: github.com/prysmaticlabs/gohashtree

Package: golang-github-prysmaticlabs-gohashtree-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-klauspost-cpuid-dev,
 golang-github-minio-sha256-simd-dev,
 ${misc:Depends},
Description: Golang  SHA256 library optimized for Merkle Trees (library)
 GoHashtree is a SHA256 library highly optimized for Merkle tree
 computation. It is based on Intel's implementation
 (https://github.com/intel/intel-ipsec-mb) with a few modifications like
 hardcoding the scheduled words of the padding block. It is written in Go
 Assembly instead of its native assembly counterpart hashtree
 (https://github.com/prysmaticlabs/hashtree).