gnu: Add rust-aes-soft-0.3.

* gnu/packages/crates-io.scm (rust-aes-soft-0.3): New variable.
This commit is contained in:
Nicolas Goaziou 2021-02-10 10:59:55 +01:00
parent 124cc42f11
commit a52b2a0617
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -992,6 +992,25 @@ (define-public rust-aes-soft-0.4
AES (Rijndael) block ciphers.")
(license (list license:expat license:asl2.0))))
(define-public rust-aes-soft-0.3
(package
(inherit rust-aes-soft-0.4)
(name "rust-aes-soft")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "aes-soft" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "039si7yjp0wcd750sgq52c60sh2ikaxwd7rq7g0ba7ws7ypfgmyg"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-block-cipher-trait" ,rust-block-cipher-trait-0.6)
("rust-byteorder" ,rust-byteorder-1)
("rust-opaque-debug" ,rust-opaque-debug-0.2))))))
(define-public rust-aesni-0.7
(package
(name "rust-aesni")