[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/15: gnu: Add rust-eax-0.3.
From: |
guix-commits |
Subject: |
05/15: gnu: Add rust-eax-0.3. |
Date: |
Fri, 8 Jan 2021 04:33:52 -0500 (EST) |
htgoebel pushed a commit to branch master
in repository guix.
commit 7079060cb08a3d9827d064057d6c36cc37e5996c
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Wed Dec 16 18:57:16 2020 +0100
gnu: Add rust-eax-0.3.
* gnu/packages/crates-io.scm (rust-eax-0.3): New variable.
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d961e06..40fa326 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9945,6 +9945,37 @@ waiting for them to complete. Threads are allowed to
borrow local variables
from the main thread.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-eax-0.3
+ (package
+ (name "rust-eax")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "eax" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0vmpbqncpbj2ldm3fhfz87ija1sk4zk9vad91yd2jjsrbrx6xxz1"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-aead" ,rust-aead-0.3)
+ ("rust-cipher" ,rust-cipher-0.2)
+ ("rust-cmac" ,rust-cmac-0.5)
+ ("rust-ctr" ,rust-ctr-0.6)
+ ("rust-subtle" ,rust-subtle-2))))
+ (home-page "https://docs.rs/eax/")
+ (synopsis "Pure Rust implementation of the EAX Authenticated Encryption
+with Associated Data (AEAD)")
+ (description "This package provides a 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)))) ; at your choice
+
(define-public rust-ed25519-1
(package
(name "rust-ed25519")
- branch master updated (efa773f -> a240686), guix-commits, 2021/01/08
- 01/15: gnu: Add rust-cipher-0.2., guix-commits, 2021/01/08
- 02/15: gnu: Add rust-cmac-0.5., guix-commits, 2021/01/08
- 03/15: gnu: Add rust-ctr-0.6., guix-commits, 2021/01/08
- 04/15: gnu: Add rust-dbl-0.3., guix-commits, 2021/01/08
- 08/15: gnu: Add rust-pin-utils-0.1., guix-commits, 2021/01/08
- 09/15: gnu: Replace rust-capnp-0.10 by rust-capnp-0.13., guix-commits, 2021/01/08
- 05/15: gnu: Add rust-eax-0.3.,
guix-commits <=
- 07/15: gnu: Add rust-crypto-mac-0.10., guix-commits, 2021/01/08
- 11/15: gnu: Replace rust-capnp-rpc-0.10 by rust-capnp-rpc-0.13., guix-commits, 2021/01/08
- 12/15: gnu: Replace rust-capnpc-0.10 by rust-capnpc-0.13., guix-commits, 2021/01/08
- 13/15: gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4., guix-commits, 2021/01/08
- 15/15: gnu: sequoia: Update to 1.0.0., guix-commits, 2021/01/08
- 14/15: gnu: rust-socket2: Update to 0.3.19., guix-commits, 2021/01/08
- 10/15: gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13., guix-commits, 2021/01/08
- 06/15: gnu: Add rust-sha1collisiondetection-0.2., guix-commits, 2021/01/08