[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
349/379: gnu: Add rust-eax-0.5.
From: |
guix-commits |
Subject: |
349/379: gnu: Add rust-eax-0.5. |
Date: |
Thu, 29 Jun 2023 12:35:19 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 404ef11d6b45dfbdb003b2f607d17d1761cb1a69
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:56:41 2023 +0300
gnu: Add rust-eax-0.5.
* gnu/packages/crates-io.scm (rust-eax-0.5): New variable.
---
gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c74ff19b48..2edcfbcc67 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20123,6 +20123,39 @@ from the main thread.")
easy.")
(license (list license:unlicense license:zlib))))
+(define-public rust-eax-0.5
+ (package
+ (name "rust-eax")
+ (version "0.5.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "eax" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0a5cpzk577f1lw3wkk20iqvavnbdr5yzjrcglvbvk0ivj2yzlm4r"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-aead" ,rust-aead-0.5)
+ ("rust-cipher" ,rust-cipher-0.4)
+ ("rust-cmac" ,rust-cmac-0.7)
+ ("rust-ctr" ,rust-ctr-0.9)
+ ("rust-subtle" ,rust-subtle-2))
+ #:cargo-development-inputs
+ (("rust-aead" ,rust-aead-0.5)
+ ("rust-aes" ,rust-aes-0.8))))
+ (home-page "https://github.com/RustCrypto/AEADs")
+ (synopsis "Pure Rust implementation of the EAX Authenticated Encryption
with
+Associated Data (AEAD)")
+ (description
+ "Pure Rust implementation of the EAX Authenticated Encryption with
Associated
+Data (AEAD) Cipher with optional architecture-specific hardware acceleration
+This scheme is only based on a block cipher. It uses counter mode (CTR) for
+encryption and CBC mode for generating a OMAC/CMAC/CBCMAC (all names for the
+same thing).")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-ecb-0.1
(package
(name "rust-ecb")
- 305/379: gnu: Add rust-xml5ever-0.17., (continued)
- 305/379: gnu: Add rust-xml5ever-0.17., guix-commits, 2023/06/29
- 331/379: gnu: Add rust-roff-0.2., guix-commits, 2023/06/29
- 332/379: gnu: Add rust-roadmap-0.5., guix-commits, 2023/06/29
- 333/379: gnu: Add rust-ripemd-0.1., guix-commits, 2023/06/29
- 329/379: gnu: Add rust-subplot-0.7., guix-commits, 2023/06/29
- 336/379: gnu: Add rust-owo-colors-3., guix-commits, 2023/06/29
- 338/379: gnu: Add rust-openpgp-cert-d-0.1., guix-commits, 2023/06/29
- 340/379: gnu: Add rust-line-col-0.2., guix-commits, 2023/06/29
- 342/379: gnu: Add rust-idea-0.5., guix-commits, 2023/06/29
- 346/379: gnu: Add rust-file-diff-1., guix-commits, 2023/06/29
- 349/379: gnu: Add rust-eax-0.5.,
guix-commits <=
- 351/379: gnu: Add rust-cvt-0.1., guix-commits, 2023/06/29
- 356/379: gnu: Add rust-cmac-0.7., guix-commits, 2023/06/29
- 357/379: gnu: Add rust-clap-mangen-0.2., guix-commits, 2023/06/29
- 359/379: gnu: Add rust-cfb-mode-0.8., guix-commits, 2023/06/29
- 363/379: gnu: rust-clap-complete-4: Update to 4.3.0., guix-commits, 2023/06/29
- 364/379: gnu: fd: Adjust for newer rust-clap-4., guix-commits, 2023/06/29
- 366/379: gnu: rust-ring-0.16: Enable tests., guix-commits, 2023/06/29
- 369/379: gnu: Add rust-flamer-0.4., guix-commits, 2023/06/29
- 370/379: gnu: Add rust-idna-0.4., guix-commits, 2023/06/29
- 379/379: gnu: rust-unicode-normalization-0.1: Update to 0.1.22., guix-commits, 2023/06/29