gnu: rust-kuznyechik-0.8: Move to (gnu packages crates-crypto).

* gnu/packages/crates-io.scm (rust-kuznyechik-0.8): Move from here ...
* gnu/packages/crates-crypto.scm: ... to here.

Change-Id: I479fefcb2f0b85acd697de4d467d918b9237d25f
This commit is contained in:
Efraim Flashner 2024-01-21 19:53:50 +02:00
parent 2e9542d587
commit 4ac7c8e23b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 22 additions and 22 deletions

View File

@ -2561,6 +2561,28 @@ Hash-based Message Authentication Code}.")
Hash-based Message Authentication Code algorithm} for SHA1.")
(license license:bsd-3)))
(define-public rust-kuznyechik-0.8
(package
(name "rust-kuznyechik")
(version "0.8.1")
(source (origin
(method url-fetch)
(uri (crate-uri "kuznyechik" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0av39qh65xchvpfjkcwh861h9bzmmrgcrzl5h0sa5b692xabd0w4"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-cipher" ,rust-cipher-0.4))
#:cargo-development-inputs
(("rust-cipher" ,rust-cipher-0.4)
("rust-hex-literal" ,rust-hex-literal-0.3))))
(home-page "https://github.com/RustCrypto/block-ciphers")
(synopsis "Kuznyechik (GOST R 34.12-2015) block cipher")
(description "Kuznyechik (GOST R 34.12-2015) block cipher")
(license (list license:expat license:asl2.0))))
(define-public rust-md-5-0.10
(package
(name "rust-md-5")

View File

@ -29410,28 +29410,6 @@ characters in HTML, decoding and unescaping HTML entities as well.")
and traversing, manipulating, and querying the document tree.")
(license license:expat)))
(define-public rust-kuznyechik-0.8
(package
(name "rust-kuznyechik")
(version "0.8.1")
(source (origin
(method url-fetch)
(uri (crate-uri "kuznyechik" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0av39qh65xchvpfjkcwh861h9bzmmrgcrzl5h0sa5b692xabd0w4"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-cipher" ,rust-cipher-0.4))
#:cargo-development-inputs
(("rust-cipher" ,rust-cipher-0.4)
("rust-hex-literal" ,rust-hex-literal-0.3))))
(home-page "https://github.com/RustCrypto/block-ciphers")
(synopsis "Kuznyechik (GOST R 34.12-2015) block cipher")
(description "Kuznyechik (GOST R 34.12-2015) block cipher")
(license (list license:expat license:asl2.0))))
(define-public rust-http-1
(package
(name "rust-http")