mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-mr-tron-base58: Move to golang-crypto.
* gnu/packages/golang.scm (go-github-com-mr-tron-base58): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I85d07e3451db02d39df1620ce9dfd69baaa0b8eb
This commit is contained in:
parent
2d92ce9a18
commit
2f4ea332de
2 changed files with 25 additions and 24 deletions
|
@ -1437,6 +1437,31 @@ implementations are described in \"Fast SHA-256 Implementations on Intel
|
||||||
Architecture Processors\" by J. Guilford et al.")
|
Architecture Processors\" by J. Guilford et al.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-mr-tron-base58
|
||||||
|
(package
|
||||||
|
(name "go-github-com-mr-tron-base58")
|
||||||
|
(version "1.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/mr-tron/base58")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0ngxfpaa26p53lciz9vf2gn21l77kz8pcm2asxbv0l87g6xwqp7h"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/mr-tron/base58"))
|
||||||
|
(home-page "https://github.com/mr-tron/base58")
|
||||||
|
(synopsis "Fast implementation of base58 encoding on Golang")
|
||||||
|
(description
|
||||||
|
"Fast implementation of base58 encoding on Golang. A trivial
|
||||||
|
@command{big.Int} encoding benchmark results in 6 times faster encoding and 8
|
||||||
|
times faster decoding.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-multiformats-go-multihash
|
(define-public go-github-com-multiformats-go-multihash
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-multiformats-go-multihash")
|
(name "go-github-com-multiformats-go-multihash")
|
||||||
|
|
|
@ -2622,30 +2622,6 @@ and lookup requests. Browse requests are not supported yet.")
|
||||||
(description "Go wrapper for taglib")
|
(description "Go wrapper for taglib")
|
||||||
(license license:unlicense))))
|
(license license:unlicense))))
|
||||||
|
|
||||||
(define-public go-github-com-mr-tron-base58
|
|
||||||
(package
|
|
||||||
(name "go-github-com-mr-tron-base58")
|
|
||||||
(version "1.2.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/mr-tron/base58")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0ngxfpaa26p53lciz9vf2gn21l77kz8pcm2asxbv0l87g6xwqp7h"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/mr-tron/base58"))
|
|
||||||
(home-page "https://github.com/mr-tron/base58")
|
|
||||||
(synopsis "Fast implementation of base58 encoding on Golang")
|
|
||||||
(description "Fast implementation of base58 encoding on Golang. A
|
|
||||||
trivial @command{big.Int} encoding benchmark results in 6 times faster
|
|
||||||
encoding and 8 times faster decoding.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-spaolacci-murmur3
|
(define-public go-github-com-spaolacci-murmur3
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-spaolacci-murmur3")
|
(name "go-github-com-spaolacci-murmur3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue