[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
130/172: gnu: Add go-github-com-aead-ecdh.
From: |
guix-commits |
Subject: |
130/172: gnu: Add go-github-com-aead-ecdh. |
Date: |
Tue, 5 Nov 2024 16:05:08 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ecc9912a7f8aa28d6a5645d4bc4f8a1fb854600e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 11:46:08 2024 +0100
gnu: Add go-github-com-aead-ecdh.
* gnu/packages/golang-crypto.scm (go-github-com-aead-ecdh): New variable.
Change-Id: I50ddf2453834d8928be2301715fd6c207de5a536
---
gnu/packages/golang-crypto.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 9a845612a3..d221f78596 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -267,6 +267,34 @@ Bernstein. The most common ChaCha variant is ChaCha20 (20
rounds). ChaCha20
is standardized in RFC 7539.")
(license license:expat))))
+(define-public go-github-com-aead-ecdh
+ (package
+ (name "go-github-com-aead-ecdh")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aead/ecdh")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0b0ps5wzm0q0skzikp91l8slgaw5s9z42g4wnmc69am5gw7h4mpd"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/aead/ecdh"))
+ (propagated-inputs
+ (list go-golang-org-x-crypto))
+ (home-page "https://github.com/aead/ecdh")
+ (synopsis "Elliptic Cureves Deffie-Hellman key exchange implementation in
Golang")
+ (description
+ "Package ecdh implements the Diffie-Hellman key exchange using elliptic
+curves (ECDH). It directly provides ECDH implementations for the NIST curves
+P224, P256, P384, and Bernstein's Cruve25519. The same logic is available in
+Go 1.20 @code{crypto/ecdh} standard package.")
+ (license license:expat)))
+
(define-public go-github-com-aperturerobotics-jacobsa-crypto
(let ((commit "b1eb679742a8deed015a4406384eea6bd985d08a")
(revision "0"))
- 85/172: gnu: go-github-com-go-git-go-billy: Update to 5.5.0., (continued)
- 85/172: gnu: go-github-com-go-git-go-billy: Update to 5.5.0., guix-commits, 2024/11/05
- 90/172: gnu: Add go-github-com-bmatcuk-doublestar-v3., guix-commits, 2024/11/05
- 92/172: gnu: Add go-github-com-rs-zerolog., guix-commits, 2024/11/05
- 96/172: gnu: Add go-go-opentelemetry-io-otel-sdk., guix-commits, 2024/11/05
- 97/172: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/11/05
- 101/172: gnu: Add go-github-com-golang-mock., guix-commits, 2024/11/05
- 104/172: gnu: Add go-github-com-hashicorp-go-retryablehttp., guix-commits, 2024/11/05
- 106/172: gnu: Add go-github-com-circonus-labs-go-apiclient., guix-commits, 2024/11/05
- 109/172: gnu: Add go-github-com-pascaldekloe-goe., guix-commits, 2024/11/05
- 117/172: guix: Add copyright records., guix-commits, 2024/11/05
- 130/172: gnu: Add go-github-com-aead-ecdh.,
guix-commits <=
- 138/172: gnu: go-github.com-smartystreets-goconvey: Rename variable., guix-commits, 2024/11/05
- 02/172: gnu: go-github-com-lithammer-fuzzysearch: Move to golang-xyz., guix-commits, 2024/11/05
- 11/172: gnu: go-github-com-deckarep-golang-set: Move to golang-xyz., guix-commits, 2024/11/05
- 27/172: gnu: go-golang-org-x-sys: Update to 0.25.0., guix-commits, 2024/11/05
- 24/172: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/11/05
- 28/172: gnu: go-golang-org-x-term: Update to 0.24.0., guix-commits, 2024/11/05
- 19/172: gnu: go-1.20: Build with gccgo-12 on some systems., guix-commits, 2024/11/05
- 38/172: gnu: go-github-com-libp2p-go-msgio: Fix build., guix-commits, 2024/11/05
- 40/172: gnu: go-github-com-prometheus-common: Fix build., guix-commits, 2024/11/05
- 57/172: gnu: go-golang-org-x-vuln: Enable tests., guix-commits, 2024/11/05