~ruther/guix-local

df0c3e3049d4a0cc72a9d28e8aee67e21fb60748 — Sharlatan Hellseher 5 months ago 3c7aa98
gnu: Add go-github-com-tscholl2-siec.

* gnu/packages/golang-crypto.scm (go-github-com-tscholl2-siec): New variable.

Change-Id: Ic20a44414f96b4be2354ae0178a2d442d0e5e758
1 files changed, 24 insertions(+), 0 deletions(-)

M gnu/packages/golang-crypto.scm
M gnu/packages/golang-crypto.scm => gnu/packages/golang-crypto.scm +24 -0
@@ 2469,6 2469,30 @@ Main functions:
@end itemize")
    (license license:asl2.0)))

(define-public go-github-com-tscholl2-siec
  (package
    (name "go-github-com-tscholl2-siec")
    (version "0.0.0-20240310163802-c2c6f6198406")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/tscholl2/siec")
             (commit (go-version->git-ref version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0cwigl3z375b63k85l6mrym4xjh74qfhmb62sc1f8rqldxr2gnvp"))))
    (build-system go-build-system)
    (arguments
     (list
      #:import-path "github.com/tscholl2/siec"))
    (home-page "https://github.com/tscholl2/siec")
    (synopsis "Isolated Elliptic Curve Implementation in Golang")
    (description
     "This package exports a super-isolated elliptic curve.  Over the base
field 𝔽ₚ, the curve E does not admit any isogenies to other curves.")
    (license license:expat)))

(define-public go-github-com-twmb-murmur3
  (package
    (name "go-github-com-twmb-murmur3")