golang-github-minio-sha256-simd 0.0~git20171213.ad98a36-3 source package in Ubuntu

Changelog

golang-github-minio-sha256-simd (0.0~git20171213.ad98a36-3) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Mon, 05 Feb 2018 23:34:25 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-minio-sha256-simd_0.0~git20171213.ad98a36-3.dsc 2.4 KiB f9669ab9f00b4590f13b6b8714a9a6f870d1605933d4a7ef3c1d3b7f8b93c0ba
golang-github-minio-sha256-simd_0.0~git20171213.ad98a36.orig.tar.xz 39.4 KiB 10b41c4c52d23ddfa9cd9d68cd80664b088abc1be979b25c808c76886dc28622
golang-github-minio-sha256-simd_0.0~git20171213.ad98a36-3.debian.tar.xz 3.1 KiB c595c91702788e781998bb07a3d9a34886344fa6c843e4a27165ea4ea01e0252

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).