[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 026/150] gnu: Add rust-chacha20poly1305-0.9.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 026/150] gnu: Add rust-chacha20poly1305-0.9. |
Date: |
Mon, 17 Jan 2022 13:11:21 +0000 |
* gnu/packages/crates-io.scm (rust-chacha20poly1305-0.9): 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 5c68c65955..040005fd69 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9238,6 +9238,39 @@ (define-public rust-chacha20-0.8
@code{rand_core-compatible} RNGs based on those ciphers.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-chacha20poly1305-0.9
+ (package
+ (name "rust-chacha20poly1305")
+ (version "0.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "chacha20poly1305" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0alawaaakczsll1b98qf4m6r6kfaw28506ljvsysjyjz3mnyv11v"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:rust ,rust-1.57
+ #:cargo-inputs
+ (("rust-aead" ,rust-aead-0.4)
+ ("rust-chacha20" ,rust-chacha20-0.8)
+ ("rust-cipher" ,rust-cipher-0.3)
+ ("rust-poly1305" ,rust-poly1305-0.7)
+ ("rust-zeroize" ,rust-zeroize-1))
+ #:cargo-development-inputs
+ (("rust-aead" ,rust-aead-0.4))))
+ (home-page "https://github.com/RustCrypto/AEADs")
+ (synopsis
+ "Pure Rust implementation of the ChaCha20Poly1305 Authenticated
Encryption")
+ (description
+ "Pure Rust implementation of the ChaCha20Poly1305 Authenticated
Encryption with
+Additional Data Cipher (RFC 8439) with optional architecture-specific hardware
+acceleration. Also contains implementations of the XChaCha20Poly1305 extended
+nonce variant of ChaCha20Poly1305, and the reduced-round ChaCha8Poly1305 and
+ChaCha12Poly1305 lightweight variants.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-chalk-derive-0.68
(package
(name "rust-chalk-derive")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 015/150] gnu: rust-curve25519-dalek-3: Update to 3.2.0., (continued)
- [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, 2022/01/17
- [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 <=
- [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
- [bug#53315] [PATCH 031/150] gnu: rust-num-cpus-1: Update to 1.13.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 033/150] gnu: rust-serde-1: Update to 1.0.133., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 032/150] gnu: rust-byteorder-1: Update to 1.4.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 036/150] gnu: rust-trybuild-1: Update to 1.0.54., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 034/150] gnu: rust-serde-derive-1: Update to 1.0.133., Aleksandr Vityazev, 2022/01/17