OSDN Git Service

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