1# Go Cryptography
2
3This repository holds supplementary Go cryptography libraries.
4
5## Download/Install
6
7The easiest way to install is to run `go get -u golang.org/x/crypto/...`. You
8can also manually git clone the repository to `$GOPATH/src/golang.org/x/crypto`.
9
10## Report Issues / Send Patches
11
12This repository uses Gerrit for code changes. To learn how to submit changes to
13this repository, see https://golang.org/doc/contribute.html.
14
15The main issue tracker for the crypto repository is located at
16https://github.com/golang/go/issues. Prefix your issue with "x/crypto:" in the
17subject line, so it is easy to find.
18
19Note that contributions to the cryptography package receive additional scrutiny
20due to their sensitive nature. Patches may take longer than normal to receive
21feedback.
22