Lightweight Kubernetes
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.
 
 
 
 
Darren Shepherd fa08d6076c Update vendor 6 years ago
..
acme Update vendor 6 years ago
cryptobyte Update vendor 6 years ago
ed25519 Update vendor 6 years ago
internal/subtle Update vendor 6 years ago
nacl/secretbox Update vendor 6 years ago
ocsp Update vendor 6 years ago
pkcs12 Update vendor 6 years ago
poly1305 Update vendor 6 years ago
salsa20/salsa Update vendor 6 years ago
ssh/terminal Update vendor 6 years ago
.gitattributes Update vendor 6 years ago
.gitignore Update vendor 6 years ago
AUTHORS Update vendor 6 years ago
CONTRIBUTING.md Update vendor 6 years ago
CONTRIBUTORS Update vendor 6 years ago
LICENSE Update vendor 6 years ago
PATENTS Update vendor 6 years ago
README.md Update vendor 6 years ago
codereview.cfg Update vendor 6 years ago

README.md

Go Cryptography

This repository holds supplementary Go cryptography libraries.

Download/Install

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.

Report Issues / Send Patches

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.