commit | 1f94bef427e370e425e55b172f3b5e300ef38304 | [log] [tgz] |
---|---|---|
author | Filip Haglund <drathier@users.noreply.github.com> | Sun Apr 29 10:40:40 2018 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu May 03 21:59:45 2018 +0000 |
tree | fadb69a534ee0e71a69371a4fedef1c415a23e59 | |
parent | 76a954637dfa3223c13edb4529f981f0d62cfa26 [diff] |
scrypt: update example to match recommendation two lines below Change-Id: I6eb5db30df9bc1c4b3c4124c9cdd3d504d33ad9d GitHub-Last-Rev: 1f585c4bf946a3241f8c38e1e954c4e5f8dc4713 GitHub-Pull-Request: golang/crypto#43 Reviewed-on: https://go-review.googlesource.com/110120 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.