File: control

package info (click to toggle)
golang-lukechampine-blake3 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: asm: 5,418; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,338 bytes parent folder | download | duplicates (3)
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
Source: golang-lukechampine-blake3
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-klauspost-cpuid-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-lukechampine-blake3
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-lukechampine-blake3.git
Homepage: https://github.com/lukechampine/blake3
Rules-Requires-Root: no
XS-Go-Import-Path: lukechampine.com/blake3

Package: golang-lukechampine-blake3-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-klauspost-cpuid-dev,
         ${misc:Depends}
Description: Pure-Go implementation of BLAKE3 cryptographic hash
 blake3 implements the BLAKE3 cryptographic hash function
 (https://github.com/BLAKE3-team/BLAKE3).  This implementation aims to
 be performant without sacrificing (too much) readability, in the hopes
 of eventually landing in x/crypto.
 .
 In addition to the pure-Go implementation, this package
 also contains AVX-512 and AVX2 routines (generated by avo
 (https://github.com/mmcloughlin/avo)) that greatly increase performance
 for large inputs and outputs.