Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 787 B

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.