[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45276] [PATCH 02/26] gnu: Add rust-cmac-0.5.
From: |
Hartmut Goebel |
Subject: |
[bug#45276] [PATCH 02/26] gnu: Add rust-cmac-0.5. |
Date: |
Wed, 16 Dec 2020 21:36:10 +0100 |
* gnu/packages/crates-io.scm (rust-cmac-0.5): New variable.
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 88a2b59ae5..76bcac743b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4191,6 +4191,31 @@ contains all syscalls and related types.")
license:asl2.0
license:zlib))))
+(define-public rust-cmac-0.5
+ (package
+ (name "rust-cmac")
+ (version "0.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "cmac" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0wj2kd4lb5hb7dvxfad4hi8gklmbq8vvvcnzmmqgxr94fx7xxm3k"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-crypto-mac" ,rust-crypto-mac-0.10)
+ ("rust-dbl" ,rust-dbl-0.3))))
+ (home-page "https://docs.rs/cmac/")
+ (synopsis "Generic implementation of Cipher-based Message Authentication
+Code")
+ (description "This package provides a pure Rust implementation of the
+Cipher-based Message Authentication Code (CMAC).")
+ (license (list license:expat license:asl2.0)))) ; at your choice
+
(define-public rust-cmake-0.1
(package
(name "rust-cmake")
--
2.21.3
- [bug#45276] [PATCH 00/26] Update sequoia-opengpg to 1.0.0, Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 01/26] gnu: Add rust-cipher-0.2., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 03/26] gnu: Add rust-ctr-0.6., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 02/26] gnu: Add rust-cmac-0.5.,
Hartmut Goebel <=
- [bug#45276] [PATCH 04/26] gnu: Add rust-dbl-0.3., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 05/26] gnu: Add rust-eax-0.3., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 06/26] gnu: Add rust-sha1collisiondetection-0.2., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 07/26] gnu: Add rust-crypto-mac-0.10., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 09/26] gnu: Add rust-pin-project-1, rust-pin-project-internal-1., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 10/26] gnu: Replace rust-capnp-0.10 by rust-capnp-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 08/26] gnu: Add rust-pin-utils-0.1., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 13/26] gnu: Replace rust-capnpc-0.10 by rust-capnpc-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 11/26] gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13., Hartmut Goebel, 2020/12/16
- [bug#45276] [PATCH 14/26] gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4., Hartmut Goebel, 2020/12/16