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

Last updated: October 05,2024

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

Please follow the guidance below to install golang-github-minio-sha256-simd-devel.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall golang-github-minio-sha256-simd-devel.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 4:13:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-minio-sha256-simd-devel
Version : 0.1.1
Release : 5.fc34
Architecture : noarch
Size : 54 k
Source : golang-github-minio-sha256-simd-0.1.1-5.fc34.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