How to Install and Uninstall golang-github-aead-chacha20-devel.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "golang-github-aead-chacha20-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-aead-chacha20-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-aead-chacha20-devel.noarch

2. Uninstall "golang-github-aead-chacha20-devel.noarch" package

Please follow the instructions below to uninstall golang-github-aead-chacha20-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-aead-chacha20-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-aead-chacha20-devel.noarch package on Fedora 34

Last metadata expiration check: 4:58:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-aead-chacha20-devel
Version : 0
Release : 0.8.20190523git8b13a72.fc34
Architecture : noarch
Size : 31 k
Source : golang-github-aead-chacha20-0-0.8.20190523git8b13a72.fc34.src.rpm
Repository : fedora
Summary : ChaCha20 and XChaCha20 stream ciphers
URL : https://github.com/aead/chacha20
License : MIT
Description : ChaCha is a stream cipher family created by Daniel J. Bernstein. The most common
: ChaCha variant is ChaCha20 (20 rounds). ChaCha20 is standardized in RFC 7539.
:
: This package provides implementations of three ChaCha versions:
:
: – ChaCha20 with a 64 bit nonce (can en/decrypt up to 2^64 * 64 bytes for one
: key-nonce combination)
: – ChaCha20 with a 96 bit nonce (can en/decrypt up to 2^32 * 64 bytes ~ 256 GB
: for one key-nonce combination)
: – XChaCha20 with a 192 bit nonce (can en/decrypt up to 2^64 * 64 bytes for one
: key-nonce combination)
:
: Furthermore the chacha sub package implements ChaCha20/12 and ChaCha20/8. These
: versions use 12 or 8 rounds inste -d of 20. But it's recommended to use ChaCha20
: (with 20 rounds) - it will be fast enough for almost all purposes.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/aead/chacha20