gnu: go-github-com-minio-sha256-simd: Update to 0.1.0.
* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Update to 0.1.0.
This commit is contained in:
parent
17436233f6
commit
be47a83abb
@ -1957,27 +1957,25 @@ needing to use secp256k1 elliptic curve cryptography.")
|
|||||||
(license license:isc))))
|
(license license:isc))))
|
||||||
|
|
||||||
(define-public go-github-com-minio-sha256-simd
|
(define-public go-github-com-minio-sha256-simd
|
||||||
(let ((commit "cc1980cb03383b1d46f518232672584432d7532d")
|
(package
|
||||||
(revision "3"))
|
(name "go-github-com-minio-sha256-simd")
|
||||||
(package
|
(version "0.1.0")
|
||||||
(name "go-github-com-minio-sha256-simd")
|
(source
|
||||||
(version (git-version "0.0.0" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/minio/sha256-simd.git")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/minio/sha256-simd.git")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"1ym7vkjc3ps9fm8p6qk8rq7c3dj6a3nwihfryzig9g07rqnxr49k"))))
|
||||||
(base32
|
(build-system go-build-system)
|
||||||
"04fp98nal0wsb26zwhw82spn5camxslc68g3xp8g4af9w6k9g31j"))))
|
(arguments
|
||||||
(build-system go-build-system)
|
'(#:import-path "github.com/minio/sha256-simd"))
|
||||||
(arguments
|
(home-page "https://github.com/minio/sha256-simd")
|
||||||
'(#:import-path "github.com/minio/sha256-simd"))
|
(synopsis "Accelerate SHA256 computations in pure Go")
|
||||||
(home-page "https://github.com/minio/sha256-simd")
|
(description "Accelerate SHA256 computations in pure Go using AVX512 and
|
||||||
(synopsis "Accelerate SHA256 computations in pure Go")
|
|
||||||
(description "Accelerate SHA256 computations in pure Go using AVX512 and
|
|
||||||
AVX2 for Intel and ARM64 for ARM. On AVX512 it provides an up to 8x
|
AVX2 for Intel and ARM64 for ARM. On AVX512 it provides an up to 8x
|
||||||
improvement (over 3 GB/s per core) in comparison to AVX2.
|
improvement (over 3 GB/s per core) in comparison to AVX2.
|
||||||
|
|
||||||
@ -1990,7 +1988,7 @@ This package uses Golang assembly. The AVX512 version is based on the Intel's
|
|||||||
\"multi-buffer crypto library for IPSec\" whereas the other Intel
|
\"multi-buffer crypto library for IPSec\" whereas the other Intel
|
||||||
implementations are described in \"Fast SHA-256 Implementations on Intel
|
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-libp2p-go-libp2p-crypto
|
(define-public go-github-com-libp2p-go-libp2p-crypto
|
||||||
(let ((commit "7240b40a3ddc47c4d17c15baabcbe45e5219171b")
|
(let ((commit "7240b40a3ddc47c4d17c15baabcbe45e5219171b")
|
||||||
|
Loading…
Reference in New Issue
Block a user