How to Install and Uninstall golang-github-minio-sha256-simd-devel.noarch Package on Fedora 35

Last updated: September 22,2024

1. Install "golang-github-minio-sha256-simd-devel.noarch" package

Learn how to install golang-github-minio-sha256-simd-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-github-minio-sha256-simd-devel.noarch

2. Uninstall "golang-github-minio-sha256-simd-devel.noarch" package

This tutorial shows how to uninstall golang-github-minio-sha256-simd-devel.noarch on Fedora 35:

$ sudo dnf remove golang-github-minio-sha256-simd-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-minio-sha256-simd-devel.noarch package on Fedora 35

Last metadata expiration check: 5:35:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-minio-sha256-simd-devel
Version : 0.1.1
Release : 6.fc35
Architecture : noarch
Size : 53 k
Source : golang-github-minio-sha256-simd-0.1.1-6.fc35.src.rpm
Repository : fedora
Summary : Accelerate SHA256 computations in pure Go using simd
URL : https://github.com/minio/sha256-simd
License : ASL 2.0
Description : This package is designed as a replacement for crypto/sha256. For Intel CPUs it
: has two flavors for AVX512 and AVX2 (AVX/SSE are also supported). 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. The AVX512 version is based on the Intel's
: "multi-buffer crypto library for IPSec" whereas the other Intel implementations
: are described in "Fast SHA-256 Implementations on Intel Architecture Processors"
: by J. Guilford et al.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/minio/sha256-simd