[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/34: gnu: Add go-golang-org-x-crypto-sha3.
From: |
Pierre Neidhardt |
Subject: |
06/34: gnu: Add go-golang-org-x-crypto-sha3. |
Date: |
Wed, 24 Oct 2018 06:28:50 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 19789c8b91c5879b6cd13ed5dc0793e0edd66a33
Author: Pierre Neidhardt <address@hidden>
Date: Wed Oct 24 11:00:00 2018 +0200
gnu: Add go-golang-org-x-crypto-sha3.
* gnu/packages/golang.scm (go-golang-org-x-crypto-sha3): New variable.
---
gnu/packages/golang.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3c63925..c114431 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1026,6 +1026,19 @@ hash algorithm.")))
(description "This package provides a Go implementation of the BLAKE2s
hash algorithm.")))
+(define-public go-golang-org-x-crypto-sha3
+ (package
+ (inherit go-golang-org-x-crypto-bcrypt)
+ (name "go-golang-org-x-crypto-sha3")
+ (arguments
+ (substitute-keyword-arguments (package-arguments
go-golang-org-x-crypto-bcrypt)
+ ((#:import-path _)
+ "golang.org/x/crypto/sha3")))
+ (synopsis "SHA-3 in Go")
+ (description "This package provides a Go implementation of the SHA-3
+fixed-output-length hash functions and the SHAKE variable-output-length hash
+functions defined by FIPS-202.")))
+
;; 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, 2018/10/24
- 06/34: gnu: Add go-golang-org-x-crypto-sha3.,
Pierre Neidhardt <=
- 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
- 01/34: gnu: Move go-github-com-gogo-protobuf* from syncthing.scm to golang.scm, Pierre Neidhardt, 2018/10/24