gnu: go-github-com-rfjakob-eme: Move to (gnu packages golang-crypto).
* gnu/packages/golang.scm (go-github-com-rfjakob-eme): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: Ic38d75fd5d3114e246c08abe881fae62e6f9c6b9
This commit is contained in:
parent
7ab2ae0ee7
commit
4e3526db41
2 changed files with 22 additions and 23 deletions
|
@ -373,6 +373,28 @@ and some other features. Handshake is still performed by “crypto/tls”, this
|
||||||
library merely changes ClientHello part of it and provides low-level access.")
|
library merely changes ClientHello part of it and provides low-level access.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-rfjakob-eme
|
||||||
|
(package
|
||||||
|
(name "go-github-com-rfjakob-eme")
|
||||||
|
(version "1.1.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/rfjakob/eme")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1yrbhvy0337mf12fp8p4sy8ry8r3w2qfdf8val5hj07p2lri0cqk"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/rfjakob/eme"))
|
||||||
|
(home-page "https://github.com/rfjakob/eme")
|
||||||
|
(synopsis "EME for Go")
|
||||||
|
(description "EME (ECB-Mix-ECB or, clearer, Encrypt-Mix-Encrypt) is a
|
||||||
|
wide-block encryption mode developed by Halevi and Rogaway.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-riobard-go-bloom
|
(define-public go-github-com-riobard-go-bloom
|
||||||
(let ((commit "cdc8013cb5b3eb0efebec85f0e904efccac42df9")
|
(let ((commit "cdc8013cb5b3eb0efebec85f0e904efccac42df9")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
|
@ -1655,29 +1655,6 @@ https://en.wikipedia.org/wiki/Extended_file_attributes}
|
||||||
.")
|
.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public go-github-com-rfjakob-eme
|
|
||||||
(package
|
|
||||||
(name "go-github-com-rfjakob-eme")
|
|
||||||
(version "1.1.2")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/rfjakob/eme")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1yrbhvy0337mf12fp8p4sy8ry8r3w2qfdf8val5hj07p2lri0cqk"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/rfjakob/eme"))
|
|
||||||
(home-page "https://github.com/rfjakob/eme")
|
|
||||||
(synopsis "EME for Go")
|
|
||||||
(description
|
|
||||||
"EME (ECB-Mix-ECB or, clearer, Encrypt-Mix-Encrypt) is a wide-block encryption
|
|
||||||
mode developed by Halevi and Rogaway.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-schachmat-ingo
|
(define-public go-github-com-schachmat-ingo
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-schachmat-ingo")
|
(name "go-github-com-schachmat-ingo")
|
||||||
|
|
Reference in a new issue