mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-crypto-secretbox-0.1: Order alphabetically.
* gnu/packages/crates-crypto.scm (rust-crypto-secretbox-0.1): Order. Change-Id: I0db40723d730fbbec6402c63fde62bb2eec11571 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
81da3e30e0
commit
de542d0882
1 changed files with 31 additions and 32 deletions
|
@ -1462,38 +1462,6 @@ (define-public rust-cmac-0.7
|
||||||
Cipher-based Message Authentication Code.")
|
Cipher-based Message Authentication Code.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-crypto-secretbox-0.1
|
|
||||||
(package
|
|
||||||
(name "rust-crypto-secretbox")
|
|
||||||
(version "0.1.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "crypto_secretbox" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1qa1w5s8dbyb88269zrmvbnillqahz394pl07bsds6gpmn3wzmmr"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs (("rust-aead" ,rust-aead-0.5)
|
|
||||||
("rust-chacha20" ,rust-chacha20-0.9)
|
|
||||||
("rust-cipher" ,rust-cipher-0.4)
|
|
||||||
("rust-generic-array" ,rust-generic-array-0.14)
|
|
||||||
("rust-poly1305" ,rust-poly1305-0.8)
|
|
||||||
("rust-salsa20" ,rust-salsa20-0.10)
|
|
||||||
("rust-subtle" ,rust-subtle-2)
|
|
||||||
("rust-zeroize" ,rust-zeroize-1))
|
|
||||||
#:cargo-development-inputs (("rust-hex-literal" ,rust-hex-literal-0.4))))
|
|
||||||
(home-page
|
|
||||||
"https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox")
|
|
||||||
(synopsis
|
|
||||||
"Pure Rust implementation of the XSalsa20Poly1305")
|
|
||||||
(description
|
|
||||||
"Pure Rust implementation of the XSalsa20Poly1305 (a.k.a. @code{NaCl}
|
|
||||||
crypto_secretbox) authenticated encryption cipher as well as the libsodium
|
|
||||||
variant of X@code{ChaCha20Poly1305}.")
|
|
||||||
(license (list license:asl2.0 license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-crypto-bigint-0.5
|
(define-public rust-crypto-bigint-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-crypto-bigint")
|
(name "rust-crypto-bigint")
|
||||||
|
@ -1748,6 +1716,37 @@ (define-public rust-crypto-mac-0.4
|
||||||
;; There are no non-yanked versions of this semver.
|
;; There are no non-yanked versions of this semver.
|
||||||
(deprecated-package "rust-crypto-mac" rust-crypto-mac-0.4.0-yanked))
|
(deprecated-package "rust-crypto-mac" rust-crypto-mac-0.4.0-yanked))
|
||||||
|
|
||||||
|
(define-public rust-crypto-secretbox-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-crypto-secretbox")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "crypto_secretbox" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1qa1w5s8dbyb88269zrmvbnillqahz394pl07bsds6gpmn3wzmmr"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-aead" ,rust-aead-0.5)
|
||||||
|
("rust-chacha20" ,rust-chacha20-0.9)
|
||||||
|
("rust-cipher" ,rust-cipher-0.4)
|
||||||
|
("rust-generic-array" ,rust-generic-array-0.14)
|
||||||
|
("rust-poly1305" ,rust-poly1305-0.8)
|
||||||
|
("rust-salsa20" ,rust-salsa20-0.10)
|
||||||
|
("rust-subtle" ,rust-subtle-2)
|
||||||
|
("rust-zeroize" ,rust-zeroize-1))
|
||||||
|
#:cargo-development-inputs (("rust-hex-literal" ,rust-hex-literal-0.4))))
|
||||||
|
(home-page
|
||||||
|
"https://github.com/RustCrypto/nacl-compat/tree/master/crypto_secretbox")
|
||||||
|
(synopsis
|
||||||
|
"Pure Rust implementation of the XSalsa20Poly1305")
|
||||||
|
(description
|
||||||
|
"Pure Rust implementation of the XSalsa20Poly1305 (a.k.a. @code{NaCl}
|
||||||
|
crypto_secretbox) authenticated encryption cipher as well as the libsodium
|
||||||
|
variant of X@code{ChaCha20Poly1305}.")
|
||||||
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-crypto-tests-0.5
|
(define-public rust-crypto-tests-0.5
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue