summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-crypto.scm
AgeCommit message (Collapse)Author
2024-02-19gnu: Add go-github-com-golang-jwt-jwt-v5.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v5): New variable. Change-Id: Ic4dae5e59495c5316586034c5ddbd5bcb70cdf95
2024-02-19gnu: Add go-github-com-golang-jwt-jwt-v4.Troy Figiel
* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v4): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: If96f032f404c4aaf80c7bd8a3e231336a8c6dbfb
2024-02-13gnu: go-github-com-cespare-xxhash: Remove benchmarks.Troy Figiel
* gnu/packages/golang-crypto.scm (go-github-com-cespare-xxhash) [source]: Remove benchmarks. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iabfcb76235206ffc2a9afb8d3cf185ebba99b59c
2024-02-13gnu: go-github-com-klauspost-compress: Move to golang-compression.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-klauspost-compress): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/golang-compression.scm: Add (gnu packages golang-compression) module. * gnu/packages/golang-crypto.scm: As above. * gnu/packages/golang-web.scm: As above. * gnu/packages/uucp.scm: As above. Change-Id: Ia99f1e6aae7f75940fc150eb02862c0b3e9f3325
2024-02-13gnu: go-golang-org-x-net: Move to golang-build.Sharlatan Hellseher
* gnu/packages/golang.scm (go-golang-org-x-net, go-golang-org-x-net-0.17, go-golang-org-x-net-html): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/configuration-management.scm: Add (gnu packages golang-build) module. * gnu/packages/education.scm: As above ... * gnu/packages/file-systems.scm: As above ... * gnu/packages/golang-check.scm: As above ... * gnu/packages/golang-crypto.scm: As above ... * gnu/packages/golang-web.scm: As above ... * gnu/packages/golang-xyz.scm: As above ... * gnu/packages/golang.scm: As above ... * gnu/packages/ipfs.scm: As above ... * gnu/packages/messaging.scm: As above ... * gnu/packages/networking.scm: As above ... * gnu/packages/uucp.scm: As above ... * gnu/packages/version-control.scm: As above ... Change-Id: If009e62555ada293f17cf0f42fde82c21ef4615e
2024-02-08gnu: go-github-com-nats-io-nkeys: Update to 0.4.7.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-nats-io-nkeys): Update to 0.4.7. Change-Id: I75ab528c844ab5d046f297bdf9009d30c86eb90a
2024-02-08gnu: Add go-github-com-nats-io-jwt-v2.Benjamin
* gnu/packages/golang-crypto.scm (go-github-com-nats-io-jwt-v2): New variable. Change-Id: I5253db9ceb1aa118cfc15e89823903f3f5b2b75c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-08gnu: Add go-github-com-nats-io-nkeys.Benjamin
* gnu/packages/golang-crypto.scm (go-github-com-nats-io-nkeys): New variable. Change-Id: Id82a9afd15f110426fd7a16b286b5af5cae45c6a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-08gnu: Add go-github-com-minio-highwayhash.Benjamin
* gnu/packages/golang-crypto.scm (go-github-com-minio-highwayhash): New variable. Change-Id: Ib6aa8a38946841e840b17848b07434487f0435ef Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-05gnu: go-github-com-operatorfoundation-ed25519: Add missing input.Troy Figiel
* gnu/packages/golang-crypto.scm (go-github-com-operatorfoundation-ed25519) [native-inputs]: Add go-golang-org-x-crypto. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-01gnu: age-keygen: Move to (gnu packages golang-crypto).Hilton Chain
This is a follow-up to c94fc0596f722aa46916983170e41dd0e1c78713, which introduces cyclic module dependencies. * gnu/packages/golang.scm (age-keygen): Move to… * gnu/packages/golang-crypto.scm (age-keygen): …here. Change-Id: Id4f526cd07cf74304d481ca0c94b516360c8dc6c
2024-02-01gnu: age: Move to (gnu packages golang-crypto).Hilton Chain
This is a follow-up to c94fc0596f722aa46916983170e41dd0e1c78713, which introduces cyclic module dependencies. * gnu/packages/golang.scm (age): Move to… * gnu/packages/golang-crypto.scm (age): …here. Change-Id: I471ea739315cb052ed61c69ad52906c5c46852f5
2024-01-31gnu: go-torproject-org-pluggable-transports-goptlib: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib): Move from here ... gnu/packages/golang-crypto.scm: ... to here. Change-Id: I3bc97e64bd3680405c90eb84c2d7d3c7ff9092e0
2024-01-28gnu: go-github-com-quic-go-qtls-go1-20: Sort package alphabetically.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-quic-go-qtls-go1-20): Sort package alphabeticaly to consist the style. Change-Id: Ib9d1e037dc1172b33a80dc4b40c785b53a2a0586
2024-01-28gnu: go-github-com-99designs-go-keyring: Adjust inputs.Sharlatan Hellseher
This package does not use GPG or password-store internally and is only used as a dependency for aws-vault. * gnu/packages/golang-crypto.scm (go-github-com-99designs-go-keyring): Swap native-inputs to propagated-inputs. [propagated-inputs]: Remove gnupg and password-store. Change-Id: If5f57f656402058960df416bad25a76fa1b70718
2024-01-28gnu: go-github-com-dvsekhvalnov-jose2go: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-dvsekhvalnov-jose2go): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I4c368c9005fd079078726b9165dff380b5092405
2024-01-28gnu: go-filippo-io-age: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-filippo-io-age): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I4eeadfd946910d56d2441a3469967d681b9e8677
2024-01-28gnu: go-github-com-xanzy-ssh-agent: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-xanzy-ssh-agent): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I9eff26086b2b5e9e53e9271a64060f18b6197b3c
2024-01-28gnu: go-github-com-99designs-go-keyring: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-99designs-go-keyring): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I7615759c4cdb66a37b492f11d736b1ccfa6b21f2
2024-01-28gnu: go-github-com-cespare-xxhash: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/syncthing.scm (go-github-com-cespare-xxhash): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/textutils.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: Ic72cf6c4770cd3f03cc2e27c3455632ee16e7c09
2024-01-28gnu: go-github-com-minio-blake2b-simd: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-minio-blake2b-simd): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I096cf86c48b0fdcbf7c5d0b454d45de12018c908
2024-01-28gnu: go-github-com-operatorfoundation-ed25519: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-github-com-operatorfoundation-ed25519): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: Ia6a28bb8ad138b921e386f3b4d2dee65b43806d1
2024-01-28gnu: go-github-com-gxed-hashland-keccakpg: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-gxed-hashland-keccakpg): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I000004efa349f0d7548003aeecc98c94669662de
2024-01-28gnu: go-github-com-flynn-noise: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-flynn-noise): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: Ie08a20d57424b0ce5fc10ced2a75b29c8aa3fe7d
2024-01-28gnu: go-github-com-minio-sha256-simd: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-minio-sha256-simd): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/backup.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I4e57a1bee0c7e19a9bb60ce5ff72ccd5e42deea5
2024-01-28gnu: go-github-com-cloudflare-circl: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-cloudflare-circl): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I6d01b67c795d32387e0b77f1ea53d3a4a8f9939b
2024-01-28gnu: go-lukechampine-com-blake3: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-lukechampine-com-blake3): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/uucp.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I56dba8380317a0f58f92140889611ac3075af2cf
2024-01-28gnu: go-github-com-btcsuite-btcd-btcec: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-btcsuite-btcd-btcec): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: Iea48f1ba1edcf9daf567afc3ed1133f0895a0e99
2024-01-28gnu: go-github-com-protonmail-go-crypto: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-protonmail-go-crypto): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I8ab594fcb5b5b7eeec777a177eb7541ed49dba90
2024-01-28gnu: go-github-com-emersion-go-pgpmail: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-emersion-go-pgpmail): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/mail.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I6e5d284bb045acb30881c79258573c6c79ecc512
2024-01-28gnu: go-github-com-rfjakob-eme: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-rfjakob-eme): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: Ic38d75fd5d3114e246c08abe881fae62e6f9c6b9
2024-01-28gnu: go-github-com-aperturerobotics-jacobsa-crypto: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-github-com-aperturerobotics-jacobsa-crypto): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/file-systems.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I9562a3a3054b7d361758c5e5984891970f191ada
2024-01-28gnu: go-github-com-jcmturner-aescts-v2: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-jcmturner-aescts-v2): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/golang-web.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: Ie8f74e09ae50db4e4b0c9292d049cc46c033d6a6
2024-01-28gnu: go-github-com-quic-go-qtls-go1-20: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-quic-go-qtls-go1-20): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I28127466419cd798c926b62d160c6e512e5171bd
2024-01-28gnu: go-github-com-gaukas-godicttls: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-gaukas-godicttls): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I19e4a52a213469174ab2a7048abeff6dbf7f715c
2024-01-28gnu: go-github-com-marten-seemann-qtls: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-marten-seemann-qtls): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I036e80323ac61d91743e2c42f878ecad06e6c9b9
2024-01-28gnu: go-gitlab-com-yawning-edwards25519-extra: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-gitlab-com-yawning-edwards25519-extra): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I9c4aef2a0b58c482f838cc6a3a9e443dc05629b7
2024-01-28gnu: go-filippo-io-edwards25519: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-filippo-io-edwards25519): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/password-utils.scm: Add (gnu packages golang-crypto) to used modules. Change-Id: I11769b8b212bf4cbe98fe10181c0a2a479c599df
2024-01-28gnu: go-github-com-refraction-networking-utls: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-github-com-refraction-networking-utls): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I5d27ca70b36e8fae044e54927caab9ffec23347e
2024-01-28gnu: go-github-com-marten-seemann-chacha20: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-github-com-marten-seemann-chacha20): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I25bc41e79e119f7a91510d5b7c55466ad7073a5c
2024-01-28gnu: go-github-com-aead-chacha20: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-aead-chacha20): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I97254ae17ba12327649d26f154396c42ed07b716
2024-01-28gnu: go-github-com-libp2p-go-libp2p-peer: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-peer): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I7c372e17f03c9dc18027572582aa8416d59c2cba
2024-01-28gnu: go-github-com-shadowsocks-go-shadowsocks2: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-github-com-shadowsocks-go-shadowsocks2): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: Iae18376cae074b6ffb2d5b1b27b6161f4712dfdb
2024-01-28gnu: go-github-com-libp2p-go-libp2p-crypto: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-github-com-libp2p-go-libp2p-crypto): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I407bec9b36d61475b2a555643f8bc89b623452e9
2024-01-28gnu: go-github-com-riobard-go-bloom: Move to (gnu packages golang-crypto).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-riobard-go-bloom): Move from here ... * gnu/packages/golang-crypto.go: ... to here. Change-Id: I5ec63d8d9d90690348f494cb538ec2c4587a7557
2024-01-28gnu: go-github-com-multiformats-go-multihash: Move to (gnu packages ↵Sharlatan Hellseher
golang-crypto). * gnu/packages/golang.scm (go-github-com-multiformats-go-multihash): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. * gnu/packages/ipfs.scm: Add (gnu packages golang-crypto) to used modules. * gnu/packages/golang.scm: ... as above. Change-Id: I153be971141cf60390d03bf589c5121d9554cf9a
2024-01-28gnu: Add (gnu packages golang-crypto) module.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm: New file. * gnu/local.mk: Add to gnu/packages/golang-crypto.scm scope. Change-Id: I92a110f31a74c5a54c59ee2a0f17373915be1b35