gnu: Add go-gitlab-com-yawning-bsaes-git.

* gnu/packages/golang-crypto.scm (go-gitlab-com-yawning-bsaes-git): New
variable.

Change-Id: I8e97037c5c40d35d8c9c00a277b8030529185d92
This commit is contained in:
Sharlatan Hellseher 2024-12-15 14:10:44 +00:00
parent c9f5d786e0
commit efd4509fd1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1722,6 +1722,34 @@ (define-public go-github-com-zeebo-pcg
Congruential Generator} (PCG) algorithm.")
(license license:cc0)))
(define-public go-gitlab-com-yawning-bsaes-git
(package
(name "go-gitlab-com-yawning-bsaes-git")
(version "0.0.0-20190805113838-0a714cd429ec")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/yawning/bsaes.git")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1w4g9phpb2f02dpkyd0ixp8jw9v42lnjljj4ysfz8im15abskwdn"))))
(build-system go-build-system)
(arguments
(list
#:import-path "gitlab.com/yawning/bsaes.git"))
(propagated-inputs
(list go-golang-org-x-sys))
(home-page "https://gitlab.com/yawning/bsaes")
(synopsis "AES implementatin in Golang")
(description
"The @code{bsaes} is a portable pure-Go constant time AES implementation
based on the code from @url{https://bearssl.org/,BearSSL}. On appropriate
systems, with a sufficiently recent Go runtime, it will transparently call
crypto/aes when NewCipher is invoked.")
(license license:expat)))
(define-public go-gitlab-com-yawning-edwards25519-extra
(let ((commit "2149dcafc266f66d2487f45b156f6397f9c4760b")
(revision "0"))