How to Install and Uninstall golang-github-minio-sha256-simd-dev Package on Kali Linux

Last updated: May 21,2024

1. Install "golang-github-minio-sha256-simd-dev" package

Please follow the steps below to install golang-github-minio-sha256-simd-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-minio-sha256-simd-dev

2. Uninstall "golang-github-minio-sha256-simd-dev" package

This guide covers the steps necessary to uninstall golang-github-minio-sha256-simd-dev on Kali Linux:

$ sudo apt remove golang-github-minio-sha256-simd-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-minio-sha256-simd-dev package on Kali Linux

Package: golang-github-minio-sha256-simd-dev
Source: golang-github-minio-sha256-simd
Version: 1.0.1-1
Installed-Size: 340
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-klauspost-cpuid-dev (>= 2.0.4)
Size: 30604
SHA256: 8e1561998152892e6ed4b29d06294c521917a4758a0fe5118454c41ed720fb2a
SHA1: 6a2116a94f65f337fabbeb82a89137fd16dc4f26
MD5sum: ca2213e28459bbb404f7c0f35967d323
Description: 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).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/minio/sha256-simd
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-minio-sha256-simd/golang-github-minio-sha256-simd-dev_1.0.1-1_all.deb