golang-github-minio-sha256-simd 1.0.1-1 source package in Ubuntu

Changelog

golang-github-minio-sha256-simd (1.0.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/control:
    - Update Standards-Version to 4.6.2 (no changes needed)
    - Add Multi-Arch: foreign
  * Update d/copyright

 -- Mathias Gibbens <email address hidden>  Sun, 18 Jun 2023 16:10:14 +0000

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-minio-sha256-simd_1.0.1-1.dsc 2.3 KiB 070ac19800b699431df0ab18acb9d4b9b5cacf427f4ed3c1a2047aa2d4d4f938
golang-github-minio-sha256-simd_1.0.1.orig.tar.xz 37.8 KiB d8980377382a9fbc80d098162cb5a364f9732700d9270b28442d764d7e99e75f
golang-github-minio-sha256-simd_1.0.1-1.debian.tar.xz 3.6 KiB 3de707b6c33a179a86e21a8c6426fab96306dafdba5150bb53ecb8f4bbc37c8a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-minio-sha256-simd-dev: implementation of SHA256 using SIMD instructions for Intel and ARM

 sha256-simd accelerate SHA256 computations in pure Go for both Intel
 (AVX2, AVX, SSE) as well as ARM (arm64) platforms. Introduction This
 package is designed as a drop-in replacement for crypto/sha256. For Intel
 CPUs it has three flavors for AVX2, AVX and SSE whereby the fastest
 method is automatically chosen depending on CPU capabilities. For ARM
 CPUs with the Cryptography Extensions advantage is taken of the SHA2
 instructions resulting in a massive performance improvement.
 .
 This package uses Golang assembly and as such does not depend on cgo. The
 Intel versions are based on the implementations as described in "Fast
 SHA-256 Implementations on Intel Architecture Processors" by J. Guilford
 et al. Performance Below is the speed in MB/s for a single core (ranked
 fast to slow) as well as the factor of improvement over crypto/sha256
 (when applicable).