me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-aes-soft-0.3.

* gnu/packages/crates-io.scm (rust-aes-soft-0.3): New variable.
master
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
1 changed files with 19 additions and 0 deletions

View File

@ -992,6 +992,25 @@ acceleration.")
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")