You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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