gnu: Add rust-cast5-0.11.
* gnu/packages/crates-io.scm (rust-cast5-0.11): New variable.
parent
69af8b810a
commit
1a13caf48a
|
@ -10564,6 +10564,29 @@ box''.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.9))))))
|
(("rust-quickcheck" ,rust-quickcheck-0.9))))))
|
||||||
|
|
||||||
|
(define-public rust-cast5-0.11
|
||||||
|
(package
|
||||||
|
(name "rust-cast5")
|
||||||
|
(version "0.11.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "cast5" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"04crg8dj6lxbp3lmdc3filsahxcyvccvhm0gx40g1k5i7mkpvc16"))))
|
||||||
|
(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 "CAST5 block cipher")
|
||||||
|
(description "CAST5 block cipher")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-castaway-0.2
|
(define-public rust-castaway-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-castaway")
|
(name "rust-castaway")
|
||||||
|
|
Reference in New Issue