معرفی شرکت ها


golang-github-aead-chacha20-devel-0-0.14.20190523git8b13a72.fc39.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

ChaCha20 and XChaCha20 stream ciphers
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything noarch
نام بسته golang-github-aead-chacha20-devel
نام فایل بسته golang-github-aead-chacha20-devel-0-0.14.20190523git8b13a72.fc39.noarch.rpm
نسخه بسته 0
انتشار بسته 0.14.20190523git8b13a72.fc39
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu Jul 20 03
هاست سازنده buildvm-x86-06.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/aead/chacha20
مجوز MIT
حجم دانلود 31K
حجم نصب 93.925K
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


نیازمندی

مقدار نام
- go-filesystem
- golang(golang.org/x/sys/cpu)


ارائه دهنده

مقدار نام
= 0-0.14.20190523git8b13a72.fc39 golang(github.com/aead/chacha20)
= 0-0.14.20190523git8b13a72.fc39 golang(github.com/aead/chacha20)(commit=8b13a72661dae6e9e5dea04f344f0dc95ea29547)
= 0-0.14.20190523git8b13a72.fc39 golang(github.com/aead/chacha20/chacha)
= 0-0.14.20190523git8b13a72.fc39 golang(github.com/aead/chacha20/chacha)(commit=8b13a72661dae6e9e5dea04f344f0dc95ea29547)
= 0-0.14.20190523git8b13a72.fc39 golang-github-aead-chacha20-devel
= 0-0.14.20190523git8b13a72.fc39 golang-ipath(github.com/aead/chacha20)
= 0-0.14.20190523git8b13a72.fc39 golang-ipath(github.com/aead/chacha20)(commit=8b13a72661dae6e9e5dea04f344f0dc95ea29547)


نحوه نصب


نصب پکیج rpm golang-github-aead-chacha20-devel:

    dnf install golang-github-aead-chacha20-devel-0-0.14.20190523git8b13a72.fc39.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/golang-github-aead-chacha20-devel
/usr/share/doc/golang-github-aead-chacha20-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/aead
/usr/share/gocode/src/github.com/aead/chacha20
/usr/share/gocode/src/github.com/aead/chacha20/.goipath
/usr/share/gocode/src/github.com/aead/chacha20/README.md
/usr/share/gocode/src/github.com/aead/chacha20/chacha
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chacha.go
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chachaAVX2_amd64.s
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chacha_386.go
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chacha_386.s
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chacha_amd64.go
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chacha_amd64.s
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chacha_generic.go
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chacha_ref.go
/usr/share/gocode/src/github.com/aead/chacha20/chacha/chacha_test.go
/usr/share/gocode/src/github.com/aead/chacha20/chacha/const.s
/usr/share/gocode/src/github.com/aead/chacha20/chacha/macro.s
/usr/share/gocode/src/github.com/aead/chacha20/chacha20.go
/usr/share/gocode/src/github.com/aead/chacha20/chacha20_test.go
/usr/share/licenses/golang-github-aead-chacha20-devel


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-07-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-01-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-06-17

Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
2022-29526, CVE-2022-30629

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild