mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-aead-chacha20: Fix indentation.
* gnu/packages/golang-crypto.scm (go-github-com-aead-chacha20): Fix indentation. Change-Id: I2084ebd6a8472b5835498e19c115f778b46ff6d6
This commit is contained in:
parent
2736e2018d
commit
9e649c347e
1 changed files with 25 additions and 23 deletions
|
@ -241,29 +241,31 @@ pcredential store, Pass, Secret Service, KDE Wallet, Encrypted File.")
|
|||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-aead-chacha20
|
||||
(package
|
||||
(name "go-github-com-aead-chacha20")
|
||||
(version "0.0.0-20180709150244-8b13a72661da")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aead/chacha20")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/aead/chacha20"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
(home-page "https://github.com/aead/chacha20")
|
||||
(synopsis "ChaCha20 and XChaCha20 stream ciphers")
|
||||
(description "ChaCha is a stream cipher family created by Daniel
|
||||
Bernstein. The most common ChaCha variant is ChaCha20 (20 rounds). ChaCha20
|
||||
is standardized in RFC 7539.")
|
||||
(license license:expat)))
|
||||
(package
|
||||
(name "go-github-com-aead-chacha20")
|
||||
(version "0.0.0-20180709150244-8b13a72661da")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aead/chacha20")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/aead/chacha20"))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
(home-page "https://github.com/aead/chacha20")
|
||||
(synopsis "ChaCha20 and XChaCha20 stream ciphers")
|
||||
(description
|
||||
"ChaCha is a stream cipher family created by Daniel Bernstein. The most
|
||||
common ChaCha variant is ChaCha20 (20 rounds). ChaCha20 is standardized in
|
||||
RFC 7539.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-aead-ecdh
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue