[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 005/150] gnu: Add rust-crypto-common-0.1.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 005/150] gnu: Add rust-crypto-common-0.1. |
Date: |
Mon, 17 Jan 2022 13:06:03 +0000 |
* gnu/packages/crates-io.scm (rust-crypto-common-0.1): New variable.
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2d58bc7265..f56d72c2bc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12993,6 +12993,28 @@ (define-public rust-rusticata-macros-3
(description "Helper macros for Rusticata")
(license (list license:expat license:asl2.0))))
+(define-public rust-crypto-common-0.1
+ (package
+ (name "rust-crypto-common")
+ (version "0.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "crypto-common" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1l4q4ync13i056vjc775v0za8qh987da7yvrjj25q909cd9nngb8"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-generic-array" ,rust-generic-array-0.14)
+ ("rust-rand-core" ,rust-rand-core-0.6))))
+ (home-page "https://github.com/RustCrypto/traits")
+ (synopsis "Common cryptographic traits")
+ (description "This package provides common traits used by cryptographic
+algorithms.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-crypto-mac-0.11
(package
(name "rust-crypto-mac")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 000/150] gnu: Add alfis, Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 003/150] gnu: Add rust-block-buffer-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 001/150] gnu: Add rust-paris-1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 002/150] gnu: Add rust-simplelog-0.11., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 005/150] gnu: Add rust-crypto-common-0.1.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 004/150] gnu: rust-block-buffer-0.9: Inherit from rust-block-buffer-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 007/150] gnu: Add rust-digest-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 008/150] gnu: rust-digest-0.9: Inherit from rust-digest-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 006/150] gnu: rust-subtle-2: Update to 2.4.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 009/150] gnu: Add rust-cpufeatures-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 010/150] gnu: rust-cpufeatures-0.1: Inherit from rust-cpufeatures-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 014/150] gnu: Add rust-fiat-crypto-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 012/150] gnu: rust-sha2-0.9: Inherit from rust-sha2-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 013/150] gnu: rust-zeroize-1: Update to 1.3.0., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 011/150] gnu: Add rust-sha2-0.10., Aleksandr Vityazev, 2022/01/17