Fedora Packages

golang-github-aead-chacha20-devel Subpackage of golang-github-aead-chacha20

ChaCha20 and XChaCha20 stream ciphers

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

Releases Overview

Release Stable Testing
Fedora Rawhide 0-0.16.20190523git8b13a72.fc40 -
Fedora 40 0-0.16.20190523git8b13a72.fc40 -
Fedora 39 0-0.14.20190523git8b13a72.fc39 -
Fedora 38 0-0.13.20190523git8b13a72.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at golang-github-aead-chacha20 dash maintainers at fedoraproject dot org.



Sources on Pagure