Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/golang/crypto
[mirror] Go supplementary cryptography libraries
https://github.com/golang/crypto
Last synced: 6 days ago
JSON representation
[mirror] Go supplementary cryptography libraries
- Host: GitHub
- URL: https://github.com/golang/crypto
- Owner: golang
- License: bsd-3-clause
- Created: 2014-12-04T04:02:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T15:41:21.000Z (about 1 month ago)
- Last Synced: 2024-10-02T02:03:09.949Z (about 1 month ago)
- Language: Go
- Homepage: https://golang.org/x/crypto
- Size: 5.86 MB
- Stars: 3,005
- Watchers: 164
- Forks: 1,949
- Open Issues: 76
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - golang/crypto - [mirror] Go supplementary cryptography libraries (Go)
- awesome-identity - Supplementary Crypto Libraries in **Go**
- awesome-go-extra - crypto - 12-04T04:02:55Z|2022-08-24T17:17:17Z| (Security / HTTP Clients)
- my-awesome - golang/crypto - 10 star:3.0k fork:1.9k [mirror] Go supplementary cryptography libraries (Go)
README
# Go Cryptography
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/crypto.svg)](https://pkg.go.dev/golang.org/x/crypto)
This repository holds supplementary Go cryptography libraries.
## Download/Install
The easiest way to install is to run `go get -u golang.org/x/crypto/...`. You
can also manually git clone the repository to `$GOPATH/src/golang.org/x/crypto`.## Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to
this repository, see https://golang.org/doc/contribute.html.The main issue tracker for the crypto repository is located at
https://github.com/golang/go/issues. Prefix your issue with "x/crypto:" in the
subject line, so it is easy to find.Note that contributions to the cryptography package receive additional scrutiny
due to their sensitive nature. Patches may take longer than normal to receive
feedback.