# Go CryptographyThis repository holds supplementary Go cryptography libraries.## Download/InstallThe easiest way to install is to run `go get -u golang.org/x/crypto/...`. Youcan also manually git clone the repository to `$GOPATH/src/golang.org/x/crypto`.## Report Issues / Send PatchesThis repository uses Gerrit for code changes. To learn how to submit changes tothis repository, see https://golang.org/doc/contribute.html.The main issue tracker for the crypto repository is located athttps://github.com/golang/go/issues. Prefix your issue with "x/crypto:" in thesubject line, so it is easy to find.Note that contributions to the cryptography package receive additional scrutinydue to their sensitive nature. Patches may take longer than normal to receivefeedback.