mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: Add go-github-com-zeebo-pcg.
* gnu/packages/golang-crypto.scm (go-github-com-zeebo-pcg): New variable. Change-Id: Ic66e2221288fcd5e22196a12786d37150acec414 Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8398642ec3
commit
f0adac0ecf
1 changed files with 26 additions and 0 deletions
|
@ -1727,6 +1727,32 @@ PKCS#8 PrivateKeyInfo format and EncryptedPrivateKeyInfo format with
|
||||||
PKCS#5 (v2.0) algorithms.")
|
PKCS#5 (v2.0) algorithms.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-zeebo-pcg
|
||||||
|
(package
|
||||||
|
(name "go-github-com-zeebo-pcg")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/zeebo/pcg")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "02vyy2zc4jdcyf22dxw8dxcp1gwzy8j5qd6yxw324qyh2w557nh5"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/zeebo/pcg"))
|
||||||
|
(native-inputs (list go-github-com-zeebo-assert))
|
||||||
|
(home-page "https://github.com/zeebo/pcg")
|
||||||
|
(synopsis "PCG random number generator")
|
||||||
|
(description
|
||||||
|
"@code{pcg} is a random number generator that uses
|
||||||
|
@url{https://en.wikipedia.org/wiki/Permuted_congruential_generator, Permuted
|
||||||
|
Congruential Generator} (PCG) algorithm.")
|
||||||
|
(license license:cc0)))
|
||||||
|
|
||||||
(define-public go-lukechampine-com-blake3
|
(define-public go-lukechampine-com-blake3
|
||||||
(package
|
(package
|
||||||
(name "go-lukechampine-com-blake3")
|
(name "go-lukechampine-com-blake3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue