[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/34: gnu: Add go-golang-org-x-crypto-ripemd160.
From: |
Pierre Neidhardt |
Subject: |
04/34: gnu: Add go-golang-org-x-crypto-ripemd160. |
Date: |
Wed, 24 Oct 2018 06:28:49 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit a9010ead4c727e3dfd3ebd04fabcc915d54f799d
Author: Pierre Neidhardt <address@hidden>
Date: Wed Oct 24 10:59:38 2018 +0200
gnu: Add go-golang-org-x-crypto-ripemd160.
* gnu/packages/golang.scm (go-golang-org-x-crypto-ripemd160): New variable.
---
gnu/packages/golang.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e204269..66f2b72 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1002,6 +1002,18 @@ Tiny Encryption Algorithm (XTEA) block cipher.")
(description "This package provides a Go implementation of the ED25519
signature algorithm.")))
+(define-public go-golang-org-x-crypto-ripemd160
+ (package
+ (inherit go-golang-org-x-crypto-bcrypt)
+ (name "go-golang-org-x-crypto-ripemd160")
+ (arguments
+ (substitute-keyword-arguments (package-arguments
go-golang-org-x-crypto-bcrypt)
+ ((#:import-path _)
+ "golang.org/x/crypto/ripemd160")))
+ (synopsis "RIPEMD-160 in Go")
+ (description "This package provides a Go implementation of the RIPEMD-160
+hash algorithm.")))
+
;; Go searches for library modules by looking in the GOPATH environment
;; variable. This variable is a list of paths. However, Go does not
;; keep searching on GOPATH if it tries and fails to import a module.
- branch master updated (569adff -> 202c1b9), Pierre Neidhardt, 2018/10/24
- 04/34: gnu: Add go-golang-org-x-crypto-ripemd160.,
Pierre Neidhardt <=
- 06/34: gnu: Add go-golang-org-x-crypto-sha3., Pierre Neidhardt, 2018/10/24
- 07/34: gnu: go-golang-org-x-crypto-union: Wrap all crypto packages., Pierre Neidhardt, 2018/10/24
- 05/34: gnu: Add go-golang-org-x-crypto-blake2s., Pierre Neidhardt, 2018/10/24
- 03/34: gnu: Add go-golang-org-x-crypto-ed25519., Pierre Neidhardt, 2018/10/24
- 02/34: gnu: Move go-golang-org-x-crypto-union from syncthing.scm to golang.scm, Pierre Neidhardt, 2018/10/24
- 08/34: gnu: Add go-github-com-libp2p-go-flow-metrics., Pierre Neidhardt, 2018/10/24
- 13/34: gnu: Add go-github-com-libp2p-go-libp2p-crypto., Pierre Neidhardt, 2018/10/24
- 12/34: gnu: Add go-github-com-minio-sha256-simd., Pierre Neidhardt, 2018/10/24
- 10/34: gnu: Add go-github-com-btcsuite-btclog., Pierre Neidhardt, 2018/10/24
- 09/34: gnu: Add go-github-com-davecgh-go-spew., Pierre Neidhardt, 2018/10/24