From: Steve George <steve@futurile.net>
To: 61727@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>,
Steve George <steve@futurile.net>
Subject: [bug#61727] [PATCH 6/6] gnu: Add rust-aes-ctr.
Date: Thu, 23 Feb 2023 08:42:41 +0000 [thread overview]
Message-ID: <20230223084241.3762-6-steve@futurile.net> (raw)
In-Reply-To: <20230223084241.3762-1-steve@futurile.net>
* gnu/packages/crates-io.scm (rust-aes-ctr): New variable.
---
gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a18247c65f..310cec113f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1923,6 +1923,35 @@ (define-public rust-aes-0.3
("rust-aesni" ,rust-aesni-0.6)
("rust-block-cipher-trait" ,rust-block-cipher-trait-0.6))))))
+(define-public rust-aes-ctr-0.6
+ (package
+ (name "rust-aes-ctr")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "aes-ctr" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0qspjxzrclnb83501595y01dhc0km1ssrbjnwlxhcrsdwp6w6abp"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #f
+ #:cargo-inputs
+ (("rust-aesni" ,rust-aesni-0.10)
+ ("rust-aes-soft" ,rust-aes-soft-0.6)
+ ("rust-cipher" ,rust-cipher-0.2)
+ ("rust-ctr", rust-ctr-0.6))
+ #:cargo-development-inputs
+ (("rust-cipher" ,rust-cipher-0.2))))
+ (home-page
+ "https://github.com/RustCrypto/block-ciphers/tree/master/aes")
+ (synopsis "Pure Rust implementation of AES")
+ (description "A pure Rust implementation of the Advanced Encryption
+Standard (AES). Use the aes crate if possible, as the aes-ctr has been
+deprecated.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-aes-gcm-0.8
(package
(name "rust-aes-gcm")
--
2.39.1
next prev parent reply other threads:[~2023-02-23 8:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-23 8:38 [bug#61727] Add rust libs for IP address and DNS Steve George
2023-02-23 8:42 ` [bug#61727] [PATCH 1/6] gnu: Update rust-base64 Steve George
2023-02-23 8:42 ` [bug#61727] [PATCH 2/6] gnu: Add rust-dns-sd Steve George
2023-02-23 8:42 ` [bug#61727] [PATCH 3/6] gnu: Add rust-if-addrs-sys Steve George
2023-02-23 8:42 ` [bug#61727] [PATCH 4/6] gnu: Add rust-if-addrs Steve George
2023-02-23 8:42 ` [bug#61727] [PATCH 5/6] gnu: Add rust-libmdns Steve George
2023-02-23 8:42 ` Steve George [this message]
2023-03-13 13:01 ` bug#61727: [PATCH 1/6] gnu: Update rust-base64 Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230223084241.3762-6-steve@futurile.net \
--to=steve@futurile.net \
--cc=61727@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.