[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 023/150] gnu: Add rust-aead-0.4.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 023/150] gnu: Add rust-aead-0.4. |
Date: |
Mon, 17 Jan 2022 13:10:41 +0000 |
* gnu/packages/crates-io.scm (rust-aead-0.4): New variable.
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 737a779623..fe4e366c60 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1220,6 +1220,34 @@ (define-public rust-adler32-1
(license (list license:bsd-3
license:zlib))))
+(define-public rust-aead-0.4
+ (package
+ (name "rust-aead-4")
+ (version "0.4.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "aead" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0xw8kp9j1whfdxhgmr2qf9xgslkg52zh6gzmhsh13y9w3s73nq8b"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:rust ,rust-1.57
+ #:cargo-inputs
+ (("rust-blobby" ,rust-blobby-0.3)
+ ("rust-generic-array" ,rust-generic-array-0.14)
+ ("rust-heapless" ,rust-heapless-0.7)
+ ("rust-rand-core" ,rust-rand-core-0.6))))
+ (home-page "https://github.com/RustCrypto/traits")
+ (synopsis
+ "Traits for Authenticated Encryption with Associated Data (AEAD)
algorithms")
+ (description
+ "This package provides traits for Authenticated Encryption with Associated
+Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a
+high-level API.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-aead-0.3
(package
(name "rust-aead")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 010/150] gnu: rust-cpufeatures-0.1: Inherit from rust-cpufeatures-0.2., (continued)
- [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
- [bug#53315] [PATCH 015/150] gnu: rust-curve25519-dalek-3: Update to 3.2.0., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 017/150] gnu: Add rust-aes-gcm-0.8., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 019/150] gnu: Add rust-hkdf-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 018/150] gnu: rust-aes-gcm-0.6: Inherit from rust-aes-gcm-0.8., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 016/150] gnu: Add rust-x25519-dalek-1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 023/150] gnu: Add rust-aead-0.4.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 022/150] gnu: rust-blobby-0.3: Update to 0.3.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 020/150] gnu: rust-hkdf-0.9: Inherit from rust-hkdf-0.10., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 021/150] gnu: Add rust-ecies-ed25519-0.5., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 024/150] gnu: Add rust-chacha20-0.8., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 026/150] gnu: Add rust-chacha20poly1305-0.9., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 025/150] gnu: Add rust-poly1305-0.7., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 028/150] gnu: rust-signature-1: Update to 1.5.0., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 027/150] gnu: rust-signature-derive-1: Update to 1.0.0-pre.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 029/150] gnu: Add rust-blake2-0.9., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 030/150] gnu: Add rust-blakeout-0.3., Aleksandr Vityazev, 2022/01/17